A progressive loading bar plugin made specifically for the Angular 2 frontend/client-side web framework.
npm install progressive-loading-bar[comment]: # (BEGIN README.md)
A PACE loading bar plugin.
There are multiple loading bar styles you can use:
* big-counter
* bounce
* center-atom
* center-simple
* flat-top
* loading-bar
* mac-osx
* minimal
Choose one, and add the following the to the head section of your html page:
``html`
rel="stylesheet"
type="text/css"
src="node_modules/progressive-loading-bar/dist/css/{loading_bar_style}/plb.min.css"
/>
type="text/javascript"
src="node_modules/progressive-loading-bar/dist/js/plb.min.js">
> Replace {loading_bar_style} with one of the following styles listed above.
Add this to your scripts array in angular.json:
node_modules/progressive-loading-bar/dist/js/plb.min.js
And add this to your styles array in angular.json:
node_modules/progressive-loading-bar/dist/css/{loading_bar_style}/plb.min.css
> Replace {loading_bar_style}` with one of the following styles listed above.
[comment]: # "END README.md"