Skip to content

Empia/ngprogress2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2LoadingBar

Angular 2 Loading Bar

Based on https://github.com/chieffancypants/angular-loading-bar and idea from (@rodrigouroz) https://github.com/rodrigouroz [source from angular/angular#2684]

Requirements: Angular 2.0.0-beta.1+

Usage:

  1. include the loading bar as a dependency for your app.

    bootstrap(AppComponent, [ LoadingBar.HTTP_PROVIDERS ]);
  2. render tag loading-bar int your root component (and set directive LoadingBar to component directives)

    <loading-bar></loading-bar>
  3. That's it -- you're done!

Yes, this is not the best solution, but it works!

About

Angular 2 component for slim loading bar at the top of the page ( inspired by https://github.com/rstacruz/nprogress )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published