progressive-loading-bar-8
v1.0.0
Published
A progressive loading bar plugin made specifically for the Angular 2 frontend/client-side web framework.
Maintainers
Readme
Progresive Loading Bar
Loading/Progress bar color: #00d034.
How to use with Angular 2
- Run
npm install --save-dev progressive-loading-bar-8in the 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-8/dist/css/plb8.min.css" to the styles array
- Map to
projects > {{Angular Project Name}} > architect > build > options > scripts - Add `"node_modules/progressive-loading-bar-8/dist/js/plb8.min.js" to the scripts array
- Save the
angular.jsonfile - Run/build your app (
ng server/ng build/ng build --prod)
