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@^18.0.1 @angular/core@^18.0.1 @rxap/environment@^18.0.3-dev.2 @rxap/utilities@^16.2.4-dev.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