This project was generated with Angular CLI.
- Run
npm run start
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Run
ng generate component component-name
to generate a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module
.
- Run
npm run build
to build the project. The build artifacts will be stored in thedist/
directory.
You need to have installed either Google Chrome, Chromium or Firefox.
By default Chrome Headless is used. You can change this configuration
to match your local environment at karma.conf.js
- Run
npm run test
to execute the unit tests via Karma andnpm run test:watch
in order to watch for changes while running the tests. Withnpm run test:coverage
it can be generated a coverage report.
You need to have installed either Google Chrome, Chromium or Firefox.
By default Chrome Headless is used. You can change this configuration
to match your local environment at protractor.conf.js
- Run
npm run e2e
to execute the end-to-end tests via Protractor.
This uses compodoc for generating the app documentation. So you can:
- Run
npm run doc:build
in order to build the documentation resources. - Run
npm run doc:serve
once you built the documentation resources and navigate tohttp://localhost:8080/
. - Run
npm run doc:build:serve
in order to build and serve the documentation resources. Navigate tohttp://localhost:8080/
.
All documentation resources are stored in the documentation/
directory.
To get more help on the Angular CLI use ng help
or go check out the
Angular CLI README.