@rxap/config
v19.3.0-dev.2
Published
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 ac
Readme
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.
Installation
Add the package to your workspace:
yarn add @rxap/configInstall peer dependencies:
yarn add @angular/common @angular/core @rxap/environment @rxap/utilities rxjs Execute the init generator:
yarn nx g @rxap/config:initGenerators
init
Initialize the package in the workspace
nx g @rxap/config:init