@rxap/environment - v19.0.4

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/environment

Install peer dependencies:

yarn add @angular/common @angular/core 

Execute the init generator:

yarn nx g @rxap/environment:init

Generators

Initialize the package in the workspace

nx g @rxap/environment:init