This commit is contained in:
tiago.kayaya
2021-02-10 11:31:34 +01:00
parent 1409250bab
commit c445a61f59
8 changed files with 108 additions and 15 deletions
+4
View File
@@ -99,6 +99,10 @@ const routes: Routes = [
path:'',
loadChildren: ()=> import('../pages/gabinete-digital/event-list/event-list.module').then(m => m.EventListPageModule)
},
{
path:':serialNumber',
loadChildren: ()=> import('../pages/gabinete-digital/event-list/approve-event/approve-event.module').then(m => m.ApproveEventPageModule)
},
]
},
]