Skip to content

bag3318/pace-progress-loading-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pace Progress/Loading Bar

Loading/Progress bar color: #00d034.

How to use with Angular 2

  1. Run npm i -O pace-progress-loading-bar in root project directory
  2. Open the angular.json file located in the root of the project directory
  3. Map to projects > {{Angular Project Name}} > architect > build > options > styles
  4. Add "node_modules/pace-progress-loading-bar/dist/css/pace.min.css" to the styles array
  5. Map to projects > {{Angular Project Name}} > architect > build > options > scripts
  6. Add "node_modules/pace-progress-loading-bar/dist/js/pace.min.js" to the scripts array
  7. Run/build your app (ng server -o/ng build/ng build --prod)

All credit goes to Pace.

About

An npm package for a loading/progress bar. Best suited for use with Angular 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published