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.
Add the package to your workspace:
Example :yarn add @rxap/environmentInstall peer dependencies:
Example :yarn add @angular/common @angular/core Execute the init generator:
Example :yarn nx g @rxap/environment:initExample :Initialize the package in the workspace
nx g @rxap/environment:init