@rxap/environment
v19.0.1
Published
Provides utilities and components for managing application environments in Angular, including determining environment names, release versions, and providing environment-specific configurations. It offers a component to display environment information and
Downloads
721
Readme
Provides utilities and components for managing application environments in Angular, including determining environment names, release versions, and providing environment-specific configurations. It offers a component to display environment information and functions to update the environment with build details. The package also includes an init generator for setting up peer dependencies.
Installation Add the package to your workspace: ```bash yarn add
@rxap/environment
**Install peer dependencies:** ```bash yarn add
@angular/common@^19.1.3 @angular/core@^19.1.3
Execute the init generator: bash yarn nx g
@rxap/environment:init
Generators
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/environment:init
```