complete flow

This commit is contained in:
Drew Ansbacher
2021-08-10 10:35:59 -06:00
committed by Aiden McClelland
parent 613625c012
commit e277eefcb2
15 changed files with 257 additions and 55 deletions

View File

@@ -13,6 +13,10 @@ const routes: Routes = [
path: 'embassy',
loadChildren: () => import('./pages/embassy/embassy.module').then( m => m.EmbassyPageModule),
},
{
path: 'loading',
loadChildren: () => import('./pages/loading/loading.module').then( m => m.LoadingPageModule),
},
];
@NgModule({