fix
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user