New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@anviltech/wuf-ang-configuration

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anviltech/wuf-ang-configuration

A configuration service for storing, maintaining, and broadcasting application configurations.

latest
npmnpm
Version
2.0.1
Version published
Maintainers
3
Created
Source

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 / / | || || | | | | || ||_,| _/ _| || _,|| |_|

FAQs

Package last updated on 28 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts