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