@anviltech/wuf-ang-configuration
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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 thing````html


| | | | __ ___ _____ | | _ _ __
| |
| |/ ` \ \ / / _ \ | | | | | | '

| _ | (
| |\ V / / | || || | | | | || ||_,| _/ _| || _,|| |_|

Readme

Keywords

none

Package Sidebar

Install

npm i @anviltech/wuf-ang-configuration

Weekly Downloads

14

Version

2.0.1

License

MIT

Unpacked Size

139 kB

Total Files

37

Last publish

Collaborators

  • anvil-open-source
  • luvaas
  • rodrigo.silveira