Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
If your Blueriq runtime is not at http://localhost:10080, set the environment variable BQ_MATERIAL_NG_PROXY_TARGET_URL
Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run yarn test to execute the unit tests via Karma.
Run yarn lint to execute the lints via tslint.
Run yarn verify:all to run all linting and tests with code-coverage
Run yarn e2e-dev to execute the end-to-end tests via Protractor.
If your dev server is not at http://localhost:4200/, pass --baseUrl MY_DEV_URL to Yarn. Replace MY_DEV_URL with the correct URL.
This project was generated with Angular CLI version 6.0.1.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.