progress_bar_ms
v1.1.0
Published
Progress Bar from sami
Readme
npm install --save npm install progress_bar_msThis 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