This commit is contained in:
Olu Amey
2020-11-14 17:49:56 -05:00
parent 8324cace7f
commit 58ed7fdc27
41 changed files with 3138 additions and 909 deletions
+8
View File
@@ -19,6 +19,14 @@ const routes: Routes = [
path: 'merms-signup',
loadChildren: () => import('./merms-signup/merms-signup.module').then( m => m.MermsSignupPageModule)
},
{
path: 'merms-dash',
loadChildren: () => import('./merms-dash/merms-dash.module').then( m => m.MermsDashPageModule)
},
{
path: 'merms-settings',
loadChildren: () => import('./merms-settings/merms-settings.module').then( m => m.MermsSettingsPageModule)
},
];
@NgModule({