Skip to content

cretara/angular16-new-features

Repository files navigation

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 .

About

Angular 16 new features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published