Open
Description
With the introduction of Standalone Components with Angular 14, components can be imported and tree-shaked individually without the need of a wrapping module such as DBUIElementsModule
.
It would be great if all components can be marked as standalone
and imported individually.