Package Exports
- @rxap/config
- @rxap/config/package.json
- @rxap/config/theme
Readme
@rxap/config
Simple config file manager for angular applications.
Installation
Add the package to your workspace:
yarn add @rxap/configInstall peer dependencies:
yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/environment@^19.0.1-dev.3 @rxap/utilities@^16.4.2-dev.3 rxjs@^7.8.1 Execute the init generator:
yarn nx g @rxap/config:initGenerators
init
Initialize the package in the workspace
yarn nx g @rxap/config:init