This feature goes along with making the library compatible with Angular 15+.
Making components, pipes, and directives standalone will allow us to export them as such as well. This will slightly help the bundle size for these apps where some of the declarables are not used.
This feature goes along with making the library compatible with Angular 15+.
Making components, pipes, and directives
standalone
will allow us to export them as such as well. This will slightly help the bundle size for these apps where some of the declarables are not used.