This project was generated with Angular CLI version 16.0.0.
Script npm
ng test --watch=false --code-coverageInstall http-server
npm install -g http-serverLaunch http-server without browser cache to local dir /dist of the project after build Angular application in production mode
ng build --prod
cd ./dist
http-server -c-1 .