definma-ui/README.md

15 lines
554 B
Markdown
Raw Normal View History

2020-08-12 17:38:12 +02:00
# DeFinMa - UI
2020-01-14 13:41:28 +01:00
2020-01-14 16:27:30 +01:00
This is the Angular front end for the digital fingerprint of plastics web page hosted in the bic
2020-01-14 13:41:28 +01:00
2020-01-14 16:27:30 +01:00
## Bosch styled components
2020-01-14 13:41:28 +01:00
2020-08-12 11:06:46 +02:00
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.
2020-01-14 13:41:28 +01:00
2020-01-14 16:27:30 +01:00
## Testing
2020-01-14 13:41:28 +01:00
2020-08-12 11:06:46 +02:00
Unit and e2e tests are implemented and can be executed using `ng test` and `protractor ./e2e/protractor.conf.js`
respectively.