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.
Add the package to your workspace:
yarn add @rxap/ngx-bootstrap
Install peer dependencies:
yarn add @angular/core @angular/platform-browser @angular/platform-browser-dynamic @rxap/config @rxap/environment ngx-logger
Execute the init generator:
yarn nx g @rxap/ngx-bootstrap:init
Initialize the package in the workspace
nx g @rxap/ngx-bootstrap:init