progressive-loading-bar-8
v1.0.0
Published
A progressive loading bar plugin made specifically for the Angular 2 frontend/client-side web framework.
Downloads
4
Maintainers
Readme
Progresive Loading Bar
Loading/Progress bar color: #00d034.
How to use with Angular 2
- Run
npm install --save-dev progressive-loading-bar-8
in the root project directory - Open the
angular.json
file 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.json
file - Run/build your app (
ng server
/ng build
/ng build --prod
)