Attendee Modal

This commit is contained in:
Paulo Pinto
2020-08-26 10:18:47 +01:00
parent 9ba1802bed
commit 97ac242c78
11 changed files with 171 additions and 44 deletions
@@ -19,6 +19,10 @@ const routes: Routes = [
{
path: 'attendees',
loadChildren: () => import('./attendees/attendees.module').then( m => m.AttendeesPageModule)
},
{
path: 'attendee-modal',
loadChildren: () => import('./attendee-modal/attendee-modal.module').then( m => m.AttendeeModalPageModule)
}
];