add edit event modal for desktop

This commit is contained in:
tiago.kayaya
2021-04-01 15:06:05 +01:00
parent eb3b08dabb
commit 1d6fee7c5b
7 changed files with 228 additions and 258 deletions
+5 -1
View File
@@ -71,7 +71,11 @@ const routes: Routes = [
{
path: 'eventId/:caller',
loadChildren: () => import('../pages/agenda/view-event/view-event.module').then( m => m.ViewEventPageModule)
}
},
{
path: 'edit-event',
loadChildren: () => import('../pages/agenda/edit-event/edit-event.module').then( m => m.EditEventPageModule)
},
]
},
{