This project was generated with Angular CLI version 16.0.0.
Script npm
ng test --watch=false --code-coverage
Install http-server
npm install -g http-server
Launch 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 .