ngx-bootstrap
ngx-bootstrap copied to clipboard
Provide all components and directives as standalone
Is your feature request related to a problem? Please describe.
I would like to:
- Be able to import only separate directives and components I am using instead of full modules which include multiple components at once and usually include some directives or components I don't need
- Use some of the directives as host directives
Describe the solution you'd like
Provide all components and directives as standalone
Additional context
@ng-bootstrap/ng-bootstrap
library has already introduced standalone component support in v14
released in December 2022.
Any Updates on this?
The library doesn't seem to be maintained anymore. If you want to use standalone components, you should migrate to @ng-bootstrap/ng-bootstrap
.
Any updates on allowing ngx-bootstrap components to be imported into standalone components?