Provides a configuration service for Angular applications, allowing you to load and manage application settings from various sources such as static files, URLs, local storage, and URL parameters. It supports schema validation and provides utilities for accessing configuration values. This package also includes testing utilities for mocking and managing configurations in test environments.
Add the package to your workspace:
yarn add @rxap/config
Install peer dependencies:
yarn add @angular/common @angular/core @rxap/environment @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/config:init
Initialize the package in the workspace
nx g @rxap/config:init