inovex / elements

Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
https://elements.inovex.de
MIT License
69 stars 9 forks source link

elements-angular: Evaluate standalone mode #1078

Closed janivo closed 6 months ago

janivo commented 10 months ago

Description

Angular now offers a standalone components approach as an alternative to the NgModule approach. Evaluate the feasibility and benefits of transitioning our Angular components to this new standalone format.

Key Considerations:

Acceptance Criteria

BenPag commented 7 months ago

Evaluation of providing standalone mode for Angular

Beside this. when we provide this new approach following things we have to update:

Draft PR for implementing standalone mode: https://github.com/inovex/elements/pull/1242

janivo commented 6 months ago

see resulted task in #1273 and #1274