Many changes

Edit event
This commit is contained in:
Tiago Kayaya
2020-11-24 13:46:13 +01:00
parent 4d841e765a
commit 835b0169b6
26 changed files with 880 additions and 84 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ const routes: Routes = [
path:'event-list',
children: [
{
path:'',
path:':profile',
loadChildren: ()=> import('../pages/gabinete-digital/event-list/event-list.module').then(m => m.EventListPageModule)
},
]