custom notification

This commit is contained in:
surya 2022-04-27 13:14:16 +05:30
parent ed0ad74599
commit 262aa823ea
2 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ import { PushNotifyService } from './shared/push-notify.service';
import { MatVideoModule } from 'mat-video'; import { MatVideoModule } from 'mat-video';
import { ReqTokenInterceptor } from './_guard/req-token.interceptor'; import { ReqTokenInterceptor } from './_guard/req-token.interceptor';
import { DynamicNotifyComponent } from './layouts/dynamic-notify/dynamic-notify.component'; import { DynamicNotifyComponent } from './layouts/dynamic-notify/dynamic-notify.component';
import { SelectAllComponent } from './select-all/select-all.component'; //import { SelectAllComponent } from './select-all/select-all.component';
import { CustomNotificationComponent } from './layouts/custom-notification/custom-notification.component'; //import { CustomNotificationComponent } from './layouts/custom-notification/custom-notification.component';
//import { OtpComponent } from './session/otp/otp.component'; //import { OtpComponent } from './session/otp/otp.component';
@ -90,7 +90,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = {
AdminLayoutComponent, AdminLayoutComponent,
AuthLayoutComponent, AuthLayoutComponent,
NewPasswordDialog,ForgotPass,ChangePasswordDialog, RoleMenuItemsPipe, HttpLoaderComponent, NewPasswordDialog,ForgotPass,ChangePasswordDialog, RoleMenuItemsPipe, HttpLoaderComponent,
IncomingCallComponent, VideoChatComponent, DynamicNotifyComponent, SelectAllComponent, CustomNotificationComponent IncomingCallComponent, VideoChatComponent, DynamicNotifyComponent,
], ],
imports: [ imports: [
ReactiveFormsModule, ReactiveFormsModule,

View File

@ -21,7 +21,7 @@ import { MatDialog } from '@angular/material';
// import { VideoChatComponent } from 'app/video-chat/video-chat.component'; // import { VideoChatComponent } from 'app/video-chat/video-chat.component';
import { PushNotifyService } from 'app/shared/push-notify.service'; import { PushNotifyService } from 'app/shared/push-notify.service';
import { DynamicNotifyComponent } from '../dynamic-notify/dynamic-notify.component'; import { DynamicNotifyComponent } from '../dynamic-notify/dynamic-notify.component';
import { CustomNotificationComponent } from '../custom-notification/custom-notification.component'; //import { CustomNotificationComponent } from '../custom-notification/custom-notification.component';