Web Interface for DeFinMa (Angular)
cf_config | ||
e2e | ||
src | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
angular.json | ||
browserslist | ||
karma.conf.js | ||
manifest.yml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
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.