@rxap/config
Version:
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
36 lines (29 loc) • 1.5 kB
Markdown
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.
[](https://www.npmjs.com/package/@rxap/config)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/config
```
**Install peer dependencies:**
```bash
yarn add @angular/common @angular/core @rxap/environment @rxap/utilities rxjs
```
**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
```