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.0.3 @angular/core@^19.0.3 @rxap/environment@^19.0.0 @rxap/utilities@^16.4.1 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