0.1.4 • Published 3 years ago

rz-progress v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
3 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

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago