Provides base classes and utilities for bootstrapping Angular applications, including module-based and standalone components, with configuration loading and environment management. It offers abstractions for common setup tasks, such as dynamic module federation and environment updates. This package simplifies the initialization process for Angular projects.
@rxap/ngx-bootstrap
Example :**Install peer dependencies:** ```bash yarn add
@angular/core@^19.1.3 @angular/platform-browser@^19.1.3 @angular/platform-browser-dynamic@^19.1.3 @rxap/config@^19.0.1-dev.5 @rxap/environment@^19.0.1-dev.5 ngx-logger@^5.0.12
Execute the init generator: bash yarn nx g @rxap/ngx-bootstrap:init
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/ngx-bootstrap:init
```