Fixed webapp build and error message.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 14 Nov 2017 09:57:48 +0000 (10:57 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 14 Nov 2017 09:57:48 +0000 (10:57 +0100)
commitb0d130807fb9bf36f5ac1abe21cbd558eb86d5cc
treebcd6aefa2117fba70745872214d2d866b6e9ab20
parentfb2f6b918beb0a994ad304bfd678ef0c5c562210
Fixed webapp build and error message.
17 files changed:
.vscode/settings.json
Makefile
webapp/.angular-cli.json
webapp/README.md
webapp/package.json
webapp/src/app/app-alert/app-alert.component.spec.ts [moved from webapp/src/app/alert/alert.component.spec.ts with 55% similarity]
webapp/src/app/app-alert/app-alert.component.ts [moved from webapp/src/app/alert/alert.component.ts with 96% similarity]
webapp/src/app/app-topnav/app-topnav.component.css [moved from webapp/src/app/app.component.css with 100% similarity]
webapp/src/app/app-topnav/app-topnav.component.html [new file with mode: 0644]
webapp/src/app/app-topnav/app-topnav.component.ts [new file with mode: 0644]
webapp/src/app/app.component.html
webapp/src/app/app.component.ts
webapp/src/app/app.module.ts
webapp/src/app/services/alert.service.spec.ts
webapp/src/app/services/project.service.spec.ts [new file with mode: 0644]
webapp/src/app/services/xdsagent.service.ts
webapp/src/styles.css