Merge branch 'feature/calendar' into developer

This commit is contained in:
tiago.kayaya
2021-04-14 10:39:05 +01:00
10 changed files with 301 additions and 133 deletions
+4
View File
@@ -89,6 +89,10 @@ const routes: Routes = [
path: 'emend-message-modal',
loadChildren: () => import('../pages/gabinete-digital/event-list/approve-event-modal/approve-event-modal.module').then( m => m.ApproveEventModalPageModule)
},
{
path: 'view-event',
loadChildren: () => import('../pages/agenda/view-event/view-event.module').then( m => m.ViewEventPageModule)
},
]
},
{