Apply mat-table to control and catalog 89/189/6
authorjh245g <jh245g@att.com>
Wed, 22 May 2019 21:26:40 +0000 (17:26 -0400)
committerjh245g <jh245g@att.com>
Fri, 24 May 2019 14:11:01 +0000 (10:11 -0400)
commit4347fbc44c279856d5b83a1768638fe571daf4d5
tree12e8a594844dad1e11619293f50a1ec4c5607692
parent5ab97dce8c10eadbe33ada5446cc7fc9b9e1a6cd
Apply mat-table to control and catalog

Change-Id: Ia19844502618c70a5627a0017eb79ec42b922e88
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
13 files changed:
docs/release-notes.rst
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/catalog/catalog.component.css
webapp-frontend/src/app/catalog/catalog.component.html
webapp-frontend/src/app/catalog/catalog.component.ts
webapp-frontend/src/app/catalog/catalog.datasource.ts [new file with mode: 0644]
webapp-frontend/src/app/control/control.animations.ts [new file with mode: 0644]
webapp-frontend/src/app/control/control.component.css
webapp-frontend/src/app/control/control.component.html
webapp-frontend/src/app/control/control.component.ts
webapp-frontend/src/app/control/control.datasource.ts [new file with mode: 0644]
webapp-frontend/src/app/interfaces/xapp-mgr.types.ts
webapp-frontend/src/app/services/xapp-mgr/xapp-mgr.service.ts