style home for desktop

This commit is contained in:
tiago.kayaya
2021-03-26 14:26:52 +01:00
parent 540c830666
commit 6e0c8ad480
4 changed files with 126 additions and 63 deletions
+4
View File
@@ -67,6 +67,10 @@ const routes: Routes = [
{
path:':eventId/:caller',
loadChildren: ()=> import('../pages/events/event-detail/event-detail.module').then(m => m.EventDetailPageModule),
},
{
path: 'eventId/:caller',
loadChildren: () => import('../pages/agenda/view-event/view-event.module').then( m => m.ViewEventPageModule)
}
]
},