1.0.0 • Published 6 years ago

progressive-loading-bar-8 v1.0.0

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
6 years ago

Progresive Loading Bar

Loading/Progress bar color: #00d034.

How to use with Angular 2

  1. Run npm install --save-dev progressive-loading-bar-8 in the 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/progressive-loading-bar-8/dist/css/plb8.min.css" to the styles array
  5. Map to projects > {{Angular Project Name}} > architect > build > options > scripts
  6. Add `"node_modules/progressive-loading-bar-8/dist/js/plb8.min.js" to the scripts array
  7. Save the angular.json file
  8. Run/build your app (ng server/ng build/ng build --prod)
1.0.0

6 years ago