From 8bc1e72e2874e5734965fd4647dc7fb682d4dd98 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Fri, 11 Oct 2019 09:57:03 +0800 Subject: feat: extract the public notification component Change-Id: I0e42ddf844e92b986d9bc1748dfc06b202d37f2b Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- usecaseui-portal/src/app/app.module.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usecaseui-portal/src/app/app.module.ts') diff --git a/usecaseui-portal/src/app/app.module.ts b/usecaseui-portal/src/app/app.module.ts index 9aaa7ebf..07080bbc 100644 --- a/usecaseui-portal/src/app/app.module.ts +++ b/usecaseui-portal/src/app/app.module.ts @@ -75,6 +75,8 @@ import { TestComponent } from './test/test.component'; import { TextService } from './core/services/text.service'; import { TopCardComponent } from './views/services/services-list/top-card/top-card.component'; import { CreateModelComponent } from './views/services/services-list/create-model/create-model.component'; +// import { DeleteModalComponent } from './views/services/services-list/delete-modal/delete-modal.component'; +import { NotificationComponent } from './shared/components/notification/notification.component'; @NgModule({ providers: [ @@ -116,7 +118,9 @@ import { CreateModelComponent } from './views/services/services-list/create-mode FcapsComponent, TestComponent, TopCardComponent, - CreateModelComponent + CreateModelComponent, + // DeleteModalComponent, + NotificationComponent ], imports: [ BrowserModule, -- cgit 1.2.3-korg