Implemented GET call requests to see the events and also each event detail

This commit is contained in:
Tiago Kayaya
2020-08-19 14:21:42 +01:00
parent 63f7b08091
commit d8a6f73878
13 changed files with 135 additions and 87 deletions
+9
View File
@@ -50,6 +50,15 @@ const routes: Routes = [
}
]
},
{
path: 'view-event',
children: [
{
path:'',
loadChildren: ()=> import('../pages/view-event/view-event.module').then(m => m.ViewEventPageModule)
}
]
},
/* PROVISORIO */
/* {
path: 'view-event',