This commit is contained in:
Olu Amey
2020-11-13 14:10:45 -05:00
parent c6b90e2d1d
commit 8324cace7f
15 changed files with 181 additions and 3 deletions
+8
View File
@@ -11,6 +11,14 @@ const routes: Routes = [
redirectTo: 'home',
pathMatch: 'full'
},
{
path: 'merms-login',
loadChildren: () => import('./merms-login/merms-login.module').then( m => m.MermsLoginPageModule)
},
{
path: 'merms-signup',
loadChildren: () => import('./merms-signup/merms-signup.module').then( m => m.MermsSignupPageModule)
},
];
@NgModule({