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.
@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
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/environment:init
```