This commit is contained in:
Olu Amey
2020-03-15 07:34:08 -04:00
parent 687cc1f102
commit 502302d8bd
82 changed files with 180 additions and 2 deletions
+8
View File
@@ -5,6 +5,14 @@ const routes: Routes = [
{
path: '',
loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
},
{
path: 'start',
loadChildren: () => import('./start/start.module').then( m => m.StartPageModule)
},
{
path: 'signup',
loadChildren: () => import('./signup/signup.module').then( m => m.SignupPageModule)
}
];
@NgModule({