RoboUI Frontend data upload 56/4056/1
authorSrinivasan <srinivasan.s.n@huawei.com>
Tue, 19 Jan 2021 06:55:30 +0000 (12:25 +0530)
committerSrinivasan <srinivasan.s.n@huawei.com>
Tue, 19 Jan 2021 06:56:02 +0000 (12:26 +0530)
commitb4ee4b9ecae7343d514b6d604c626f516d25f1a6
treef090bd453a689e94cd3dbbc5e438d6f6eba41b4c
parent33ee68d8128f0694b88e1a9b4be3581735769cc8
RoboUI Frontend data upload

Signed-off-by: Srinivasan <srinivasan.s.n@huawei.com>
Change-Id: I375a7bb4dbe584f252c9bc100aa89f51a61ead8a
38 files changed:
example-apps/ROBO/RoboUI/Dockerfile [new file with mode: 0644]
example-apps/ROBO/RoboUI/README.md [new file with mode: 0644]
example-apps/ROBO/RoboUI/angular.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/e2e/protractor.conf.js [new file with mode: 0644]
example-apps/ROBO/RoboUI/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/e2e/src/app.po.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/e2e/tsconfig.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/karma.conf.js [new file with mode: 0644]
example-apps/ROBO/RoboUI/package.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/app-routing.module.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/app.component.html [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/app.component.scss [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/app.component.spec.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/app.component.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/app.module.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.html [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.scss [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.spec.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/data-fetch/data-fetch.component.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/datainterface.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/robo.service.spec.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/app/robo.service.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/assets/.gitkeep [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/assets/data/camera.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/assets/data/inventory.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/environments/environment.prod.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/environments/environment.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/favicon.ico [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/index.html [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/main.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/polyfills.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/styles.scss [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/styles/material-theme.scss [new file with mode: 0644]
example-apps/ROBO/RoboUI/src/test.ts [new file with mode: 0644]
example-apps/ROBO/RoboUI/tsconfig.app.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/tsconfig.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/tsconfig.spec.json [new file with mode: 0644]
example-apps/ROBO/RoboUI/tslint.json [new file with mode: 0644]