mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Added show attendees and show attachments at event-detal + style at new-event modal
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user