Web Interface for DeFinMa (Angular)
Go to file
Veit Lukas (PEA4-Fe) a56cc99b2e Merge pull request #19 in ~VLE2FE/definma-ui from development to master
* commit '638868875b1c88965d4d6d92fc70cbfd70794d32':
  to the top button
  added condition checkbox in JSON download link dialog
2020-08-11 17:09:16 +02:00
cf_config bug button, data service, user level adjustments, multiple sample support for edit dialog, validation functionality 2020-08-06 08:18:57 +02:00
e2e init 2020-01-14 16:18:26 +01:00
src to the top button 2020-08-11 17:08:47 +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
angular.json added templates component 2020-07-27 17:52:03 +02:00
browserslist initial commit 2020-01-14 13:41:28 +01:00
karma.conf.js initial commit 2020-01-14 13:41:28 +01:00
manifest.yml added templates component 2020-07-27 17:52:03 +02:00
package-lock.json bug button, data service, user level adjustments, multiple sample support for edit dialog, validation functionality 2020-08-06 08:18:57 +02:00
package.json v0.5.5 2020-08-11 16:07:20 +02:00
README.md updated README 2020-01-14 16:27:30 +01: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

Digital fingerprint of plastics - 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.