1.0.1 • Published 5 years ago

loading-bar-plugin v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Progressive Loading Bar

Loading/Progress bar color: #00d034.

How to use with Angular 2

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