From bd656352f70031220450b78b296a1696b8fcda50 Mon Sep 17 00:00:00 2001 From: vle2fe Date: Tue, 14 Jan 2020 16:27:30 +0100 Subject: [PATCH] updated README --- README.md | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 534618f..584be18 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,11 @@ -# UI +# Digital fingerprint of plastics - UI -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.22. +This is the Angular front end for the digital fingerprint of plastics web page hosted in the bic -## Development server +## Bosch styled components -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. +Bosch styled Angular components were added following [this](https://connect.bosch.com/blogs/f6aacf06-98dd-440c-b3a7-0c5a4ad4c1bd/entry/Getting_started_a_Bosch_styled_Angular_Project?lang=de_de) guide, included using the `@inst-iot/bosch-angular-ui-components` package. -## Code scaffolding +## Testing -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. - -## Build - -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). +Unit and e2e tests are implemented and can be executed using `ng test` and `protractor ./e2e/protractor.conf.js` respectively.