a7-ng-config
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Angular Runtime Configuration (simple angular library)!

Simple angular library to get the global variable as a configration service

npm install: Generic badge

    npm i a7-ng-config-runtime

Output

Documentation

  1. App Module import
import { A7ProgressModule  } from 'a7-progress';

@NgModule({
    .........
    imports: [
        A7ProgressModule
    ],
    .......
})

  1. Use in Component
    import { A7ProgressService } from 'a7-progress';
    
    export class AppComponent {
    title = 'AngApp-test-lib';
    constructor(
        public ls: A7ProgressService
    ) {

    }
    openprogress() {
        this.ls.displayLoader(true);
    }
    closeprogress() {
        this.ls.displayLoader(false);
    }
}

Tested on modern browsers Issues: raj@immanuel.co

Readme

Keywords

none

Package Sidebar

Install

npm i a7-ng-config

Weekly Downloads

4

Version

0.0.1

License

none

Unpacked Size

87.2 kB

Total Files

23

Last publish

Collaborators

  • jimmanuel