Add setup meetting from document modal

This commit is contained in:
Peter Maquiran
2021-07-29 10:13:39 +01:00
parent 554000ab4c
commit 022bbbec38
16 changed files with 1082 additions and 21 deletions
+7 -2
View File
@@ -151,13 +151,18 @@ const routes = [
{
path: 'eliminate-event',
loadChildren: () => import('./modals/eliminate-event/eliminate-event.module').then( m => m.EliminateEventPageModule)
},
{
path: 'inactivity',
loadChildren: () => import('./pages/inactivity/inactivity.module').then( m => m.InactivityPageModule)
},
{
path: 'inactivity',
{
path: 'document-set-up-meeting',
loadChildren: () => import('./modals/document-set-up-meeting/document-set-up-meeting.module').then( m => m.DocumentSetUpMeetingPageModule)
},
/*
path: 'chat',