Node.js version 6.x or higher, NPM 3.x or higher.
ng serve
Running application is available at http://localhost:4200/
Distributed application can be found in the dist
folder after running
ng build
or
ng build --prod --aot
The --prod
and --aot
options will optimize the build for production.
Execute unit tests by running
ng test
Execute end-to-end (e2e) tests by running
ng serve
and
ng e2e
in two separate consoles.