luxury-progress-bar
v0.0.6
Published
You can define colors & fading .
Downloads
5
Readme
#luxury progress baprogress bar that
You can define colors & fading .
Demo
https://stackblitz.com/edit/angular-ivy-qwm2u1
------------- INSTALLATION ---------------
npm i luxury-progress-bar --force
update app.module
import { ProgressBarModule } from 'luxury-progress-bar'
------------- USAGE ---------------
<lib-progressBar *ngIf="cond" [color]="'ff555'" [fade]="true"></lib-progressBar>
the condition can be an observable . when provider make data accessible for consumer,condition will be false and progress will be dissapear.