Add the modal shared module 86/91986/1
authorEkko Chang <ekko.chang@qct.io>
Thu, 25 Jul 2019 03:00:12 +0000 (03:00 +0000)
committerEkko Chang <ekko.chang@qct.io>
Thu, 25 Jul 2019 03:00:12 +0000 (03:00 +0000)
commit96887c46e821cedb43cac026abcebb42649a5495
tree216cd15f9bc96aa56b5976ec94b4b9093176aa5a
parent9e04f08d9662613db1dc38c123f8c0741afad740
Add the modal shared module

Issue-ID: DCAEGEN2-1671

Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Change-Id: Ibb7709739e3414d0e2fc955e1dffd747b5591d66
12 files changed:
components/datalake-handler/admin/src/src/app/app.module.ts
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.html
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.component.ts
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.data.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.directive.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/shared/modules/modal/modal.interface.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/modal-demo/modal-demo.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/modal-demo/modal-demo.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/modal-demo/modal-demo.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/modal-demo/modal-demo.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/views/test/test.component.html
components/datalake-handler/admin/src/src/app/views/test/test.component.ts