Hi ,
I Have some question.
1- Can I use the html templates for angular templates version?
2- Can I Use the html components in Angular?
Hi,
Static html components you can use in Angular but jquery and other nonangular javascript components are not available for Angular out of the box. Most of them require workarounds.
At the moment our Angular-compatible js components are all shown under the Angular demos. The features are limited in the Angular compared to the HTML version but it provides a quite solid solution for Angular projects.
Just in case Metronic Angular does not fulfill your project requirements you may request a refund using Themeforest Refund Form. 100% money back is guaranteed.
Regards.
Hi
how can i use multi-select in angular project?
Hi Ibrahim,
Unfortunately, we don't have a specific example of a multi-select dropdown in our demo. However, you can utilize the Angular Material component library to implement a multi-select dropdown in your Angular project.
You can refer to the Angular Material documentation for the mat-select component, which provides support for multiple selection:
https://material.angular.io/components/select/overview#multiple-selection
Thanks