From 262aa823ea44dfddf28ed9518198b7fc8b874bae Mon Sep 17 00:00:00 2001 From: surya Date: Wed, 27 Apr 2022 13:14:16 +0530 Subject: [PATCH] custom notification --- ng6-seed/src/app/app.module.ts | 6 +++--- ng6-seed/src/app/layouts/admin/admin-layout.component.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ng6-seed/src/app/app.module.ts b/ng6-seed/src/app/app.module.ts index a820fab66..03495251c 100755 --- a/ng6-seed/src/app/app.module.ts +++ b/ng6-seed/src/app/app.module.ts @@ -65,8 +65,8 @@ import { PushNotifyService } from './shared/push-notify.service'; import { MatVideoModule } from 'mat-video'; import { ReqTokenInterceptor } from './_guard/req-token.interceptor'; import { DynamicNotifyComponent } from './layouts/dynamic-notify/dynamic-notify.component'; -import { SelectAllComponent } from './select-all/select-all.component'; -import { CustomNotificationComponent } from './layouts/custom-notification/custom-notification.component'; +//import { SelectAllComponent } from './select-all/select-all.component'; +//import { CustomNotificationComponent } from './layouts/custom-notification/custom-notification.component'; //import { OtpComponent } from './session/otp/otp.component'; @@ -90,7 +90,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { AdminLayoutComponent, AuthLayoutComponent, NewPasswordDialog,ForgotPass,ChangePasswordDialog, RoleMenuItemsPipe, HttpLoaderComponent, - IncomingCallComponent, VideoChatComponent, DynamicNotifyComponent, SelectAllComponent, CustomNotificationComponent + IncomingCallComponent, VideoChatComponent, DynamicNotifyComponent, ], imports: [ ReactiveFormsModule, diff --git a/ng6-seed/src/app/layouts/admin/admin-layout.component.ts b/ng6-seed/src/app/layouts/admin/admin-layout.component.ts index 16910e7c1..802d5d56a 100755 --- a/ng6-seed/src/app/layouts/admin/admin-layout.component.ts +++ b/ng6-seed/src/app/layouts/admin/admin-layout.component.ts @@ -21,7 +21,7 @@ import { MatDialog } from '@angular/material'; // import { VideoChatComponent } from 'app/video-chat/video-chat.component'; import { PushNotifyService } from 'app/shared/push-notify.service'; import { DynamicNotifyComponent } from '../dynamic-notify/dynamic-notify.component'; -import { CustomNotificationComponent } from '../custom-notification/custom-notification.component'; +//import { CustomNotificationComponent } from '../custom-notification/custom-notification.component';