0.0.4 • Published 4 years ago

@nhaancs/configuration v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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.

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago