A progress/loading bar using Pace (https://github.hubspot.com/pace/docs/welcome/).
npm install pace-progress-loading-bar[comment]: # (BEGIN README.md)
npm i -O pace-progress-loading-bar in root project directory
angular.json file located in the root of the project directory
projects > {{Angular Project Name}} > architect > build > options > styles
"node_modules/pace-progress-loading-bar/dist/css/pace.min.css" to the styles array
projects > {{Angular Project Name}} > architect > build > options > scripts
"node_modules/pace-progress-loading-bar/dist/js/pace.min.js" to the scripts array
ng server -o/ng build/ng build --prod)