1.1.0 • Published 6 years ago

progress_bar_ms v1.1.0

Weekly downloads
8
License
-
Repository
-
Last release
6 years ago
npm install --save npm install progress_bar_ms

This is Web Component in ES6. Please follow following steps for Installation.

    Please add in app.module
    import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';

    Also declared it

    schemas: [CUSTOM_ELEMENTS_SCHEMA]
    Add selector in your desired component 
    <progress-bar [complete]="61"></progress-bar>

    pass value in complete variable