custom notification
This commit is contained in:
parent
ed0ad74599
commit
262aa823ea
@ -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,
|
||||
|
||||
@ -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';
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user