Web Interface for DeFinMa (Angular)
Go to file
Veit Lukas (PEA4-Fe) 23edb2d478 Merge pull request #3 in ~VLE2FE/dfop-ui from development to master
* commit '15aeeb27ee2ed18aac9d6d944d3d08a6c37e5db2':
  implemented sample references
  added documentation and img-magnifier
  basic account management (Login/Logout)
  finished filters
  sorting implemented
  tests done except for sample and samples component
  first version of sample.component finished
  rb-table, samples table
  finished tests
  update to 8
  before update
  init
2020-07-22 10:53:17 +02:00
e2e init 2020-01-14 16:18:26 +01:00
src implemented sample references 2020-07-22 10:45:34 +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 finished filters 2020-07-13 10:52:10 +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 implemented sample references 2020-07-22 10:45:34 +02:00
package-lock.json basic account management (Login/Logout) 2020-07-14 09:39:37 +02:00
package.json basic account management (Login/Logout) 2020-07-14 09:39:37 +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.