2
Fork 0
Web Interface for DeFinMa (Angular)
Go to file
VLE2FE f07c3be23a fixed type filter 2020-08-14 14:29:17 +02:00
cf_config pwa, save sample view preferences 2020-08-12 17:38:12 +02:00
e2e init 2020-01-14 16:18:26 +01:00
src fixed type filter 2020-08-14 14:29:17 +02:00
.editorconfig initial commit 2020-01-14 13:41:28 +01:00
.gitignore initial commit 2020-01-14 13:41:28 +01:00
.npmrc init 2020-01-14 16:18:26 +01:00
README.md pwa, save sample view preferences 2020-08-12 17:38:12 +02:00
angular.json pwa, save sample view preferences 2020-08-12 17:38:12 +02:00
browserslist initial commit 2020-01-14 13:41:28 +01:00
karma.conf.js fixed type filter 2020-08-14 14:29:17 +02:00
manifest.yml added templates component 2020-07-27 17:52:03 +02:00
ngsw-config.json pwa, save sample view preferences 2020-08-12 17:38:12 +02:00
package-lock.json pwa, save sample view preferences 2020-08-12 17:38:12 +02:00
package.json pwa, save sample view preferences 2020-08-12 17:38:12 +02:00
tsconfig.app.json finished tests 2020-05-22 09:36:50 +02:00
tsconfig.json first version of sample.component finished 2020-06-19 08:43:22 +02:00
tsconfig.spec.json initial commit 2020-01-14 13:41:28 +01:00
tslint.json first version of sample.component finished 2020-06-19 08:43:22 +02:00

README.md

DeFinMa - UI

This is the Angular front end for the digital fingerprint of plastics web page hosted in the bic

Bosch styled components

Bosch styled Angular components were added following this guide, included using the @inst-iot/bosch-angular-ui-components package.

Testing

Unit and e2e tests are implemented and can be executed using ng test and protractor ./e2e/protractor.conf.js respectively.