Skip to content

cretara/ngrx-data-standalone

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published