hello please any help in how to implement KTImageInput metronic 8 into angular ?
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 ?