Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 592 Bytes

Angular / Ionic Progress bar component

Installation

Type the following command to install the package:

npm install angular-progress-bar@latest --save

Then you need to import it into your app modules

import {ProgressBarModule} from "angular-progress-bar"

@NgModule({
  imports: [
      ProgressBarModule
  ]
})

How to use

<progress-bar [progress]="100" [color]="#488aff">
</progress-bar>

alt text