1.0.1 • Published 6 years ago
loading-bar-plugin v1.0.1
Progressive Loading Bar
Loading/Progress bar color: #00d034.
How to use with Angular 2
- Run
npm install --save-dev progressive-loading-barin root project directory - Open the
angular.jsonfile located in the root of the project directory - Map to
projects > {{Angular Project Name}} > architect > build > options > styles - Add
"node_modules/progressive-loading-bar/dist/css/plb.min.css"to the styles array - Map to
projects > {{Angular Project Name}} > architect > build > options > scripts - Add
"node_modules/progressive-loading-bar/dist/js/plb.min.js"to the scripts array - Run/build your app (
ng serve/ng build/ng build --prod)