loading-bar-plugin
v1.0.1
Published
A loading bar plugin.
Downloads
2
Readme
Progressive Loading Bar
Loading/Progress bar color: #00d034.
How to use with Angular 2
- Run
npm install --save-dev progressive-loading-bar
in 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/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
)