With the [introduction of Standalone Components with Angular 14](https://angular.io/guide/standalone-components), 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.