This project was generated with Angular CLI version 6.1.1.
The app supports "Hot Module Replacement".The app will be updated at runtime
without reload if you change any of the source files.Run command for DEVELOPMENT:
npm run start-hmr or ng serve -c dev-hmr --o.
gist directive | pipe | service | class | guard | interface | enum | module
You can use ng generate [gist] [gist]/gistName.
To create test spec by yourself may add flag to the command --spec=false.
environment local | dev-hrm | stage | production
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Example command ng build --prod.
Build command for DEVELOPMENT: ng build -c dev-hmr.
Build command for STAGING: ng build -c stage.
Build command for PRODUCTION: npm run build or ng build -c production.
Run npm run test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more information about "Hot Module Replacement" go check out the angular-hmr README.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.