Package Exports
- @rxap/config
- @rxap/config/package.json
- @rxap/config/theme
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: ```bash yarn add
@rxap/config
**Install peer dependencies:** ```bash yarn add
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1 Execute the init generator: bash yarn nx g @rxap/config:init
Generators
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/config:init
```