ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
384 stars 47 forks source link

standalone components support #216

Closed damingerdai closed 2 months ago

JelleBruisten commented 11 months ago

What do you propose? Currently you can just fine import the module in any standalone component already. Do you mean splitting up MtxDatetimepickerModule into standalone parts?

damingerdai commented 11 months ago

migrate all components to standalone components and re-export these components in module

JelleBruisten commented 11 months ago

Can you make a pull request for this?

nzbin commented 5 months ago

The Angular Material doesn't switch to standalone component yet. I will follow up after they migrated.

damingerdai commented 5 months ago

i fully support your opinion, but I hope we can complete the unit testing.

nzbin commented 5 months ago

Now Angular Material has migrated to standalone component, I will also migrate for v17.

nzbin commented 2 months ago

17.1.0 has converted all components to standalone.