Web Interface for DeFinMa (Angular)
f73e7908d9
* commit 'bf02c1b99ec50f665bfece94e451b7954dd281a6': added required parameter range added notes.comments field |
||
---|---|---|
cf_config | ||
e2e | ||
src | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
angular.json | ||
browserslist | ||
karma.conf.js | ||
manifest.yml | ||
ngsw-config.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
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.