Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 474 Bytes

Angular16NewFeatures by cretara

This project was generated with Angular CLI version 16.0.0.

Test and code coverage

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 .