2.0.1 • Published 4 years ago

@anviltech/wuf-ang-configuration v2.0.1

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

Configuration Services

A service for managing application configurations.

Installation

Install this package with the following command:

npm install @anviltech/wuf-ang-configuration --save

or

yarn add @anviltech/wuf-ang-configuration

Import this package into your application's app.module.ts file:

import { WufDashboardModule } from '@anviltech/wuf-ang-configuration';

Add to the imports section of app.module.ts:

imports: [
    WufConfigurationModule.forRoot()
]

Add to the providers section of app.module.ts:

providers: [
    WufConfigurationService
]

When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():

imports: [
    WufConfigurationModule
]

Usage

Refer to the Living Style Guide for documentation on usage of this package.

One more thinghtml


| | | | _ _ | | _
| || |/ ` \ \ / / \ | | | | | | ' \ | | (| |\ V / __/ | || || | | | | || |_|_,| _/ __| || _,|| ||