0.1.4 • Published 2 years ago

rz-progress v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

RzProgress

Progress bar for Angular 2+ --- rxjs 7+ is needed

Install

npm install rz-progress --save

After install, import BrowserAnimationsModule in your app.module.ts file

{
...
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
  
  @NgModule({
  imports: [
    RzProgressModule,
    BrowserAnimationsModule
  ],
  ...
})

Complete config reference:

KeyTypeDescriptionExample
progressValuenumberThe value for percentage of the progress bar50
showValuebooleanWhether to show the percentage value in bar or not. Default is falsefalse

How it works:

<rzProgress 
[progressValue]="70"
[showValue]="true"
>
</rzProgress>

alt text

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago