hi , Our project uses the angular framework and ts. On the metronic website, all components are packaged into js files, such as the data range picker component. How to introduce and use it in the project
Hi Yana,
It's important to note that while Metronic provides various components and plugins in its HTML version, not all of these plugins are readily available for use in Angular projects. Angular uses a different approach and components are typically developed in a more Angular-friendly way.
If you're looking for specific functionality like a date range picker in your Angular project, it's recommended to search for dedicated Angular libraries or components that provide this feature. There are many Angular-specific libraries and third-party components available, which are better suited for integration with your Angular application.
Thanks