@nhaancs/configuration
v0.0.4
Published
Example Usage:
Readme
configuration
Example Usage:
imports: [
// For root is important because you will want
// the ConfigurationContext will be provided to
/// the root level of DI system
ConfigurationModule.forRoot({ config: environment.appConfig }),
],Notes on tsconfig.json
...
"angularCompilerOptions": {
// publishable library cannot build with ivy
"enableIvy": false
},
...This library was generated with Nx.
Running unit tests
Run nx test configuration to execute the unit tests.
