Changes on Home view

This commit is contained in:
Tiago Kayaya
2020-09-01 11:06:23 +01:00
parent 91b50751b9
commit 0c65381ef7
13 changed files with 182 additions and 53 deletions
+4
View File
@@ -25,6 +25,10 @@ const routes: Routes = [
{
path: 'attachments',
children: [
{
path:'',
loadChildren: ()=> import('../pages/events/attachments/attachments.module').then(m => m.AttachmentsPageModule)
},
{
path:':eventId',
loadChildren: ()=> import('../pages/events/attachments/attachments.module').then(m => m.AttachmentsPageModule)