Skip to content

junaidahmed501/angular-progress-bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.9%
  • JavaScript 24.1%