Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

KTImageInput for Angular not working


hello please any help in how to implement KTImageInput metronic 8 into angular ?


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


Hi Wassim,

If the component does not exist in Angular, you have to refer HTML version. Most of the Angular components are the ported version from HTML.

Some pages from the HTML version might not exist in Angular. But the CSS styles from the HTML version are already integrated into Angular. All the components from the HTML version are static and non-working components. You can just copy the component HTML from the HTML version, and paste it into the Angular component to get the same look. The actual functionality and implementation need to be done by the customer because every customer has its own business requirements.

By default, those jQuery-based features are not available in the Angular version. So we will skip any components related to it. For example is KTDatatable, select2, etc.

Let us know if you need further clarifications.

Thanks



Hi Wassim,

At the moment, KTImageInput is available for the HTML version. You can get the plugin JS file from this path and import it into your Angular.

/html/demo1/src/js/components/image-input.js

Thanks



andhow to use it please , also datepicker not found in angular version , i dk where to get documented angular version , even in demo of angular not so many choices .. i buy it for angular not html .. any solution please



and by the way here in docs :
https://preview.keenthemes.com/metronic8/demo1/documentation/forms/image-input.html
only plain html no documentation for angular use ?


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(