Added show attendees and show attachments at event-detal + style at new-event modal

This commit is contained in:
Tiago Kayaya
2020-09-01 15:48:25 +01:00
parent 55e0e1c716
commit ac8c104104
7 changed files with 95 additions and 44 deletions
-4
View File
@@ -25,10 +25,6 @@ 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)