Web Interface for DeFinMa (Angular)
Go to file
Veit Lukas (PEA4-Fe) e6b96c4d7d Merge pull request #6 in ~VLE2FE/dfop-ui from development to master
* commit '0f3c921221c88a4923b892876724cb3816915a75':
  fixed headers.conf
2020-07-30 13:03:10 +02:00
cf_config fixed headers.conf 2020-07-30 13:02:36 +02:00
e2e init 2020-01-14 16:18:26 +01:00
src implemented icon buttons, array input, reformatting, minor sample component improvements 2020-07-30 11:33:56 +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 implemented icon buttons, array input, reformatting, minor sample component improvements 2020-07-30 11:33:56 +02:00
package.json implemented icon buttons, array input, reformatting, minor sample component improvements 2020-07-30 11:33:56 +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.