Based on D163
NOTE: Must be on prod for the service worker to work
NOTE: Delete node_modules and package-lock.json
npm i,
ng build -prod,
npm install http-server -g
(In dist folder) http-server
Go to localhost:8080
Prod build will be located at http://localhost:8080/
Updates angular cli and webpack
Reimplements the service worker
Adds new angular.json format
Fixes manifest
Fixes T129