family member
This commit is contained in:
@@ -210,6 +210,10 @@ const routes: Routes = [
|
||||
path: 'mycoupons',
|
||||
loadChildren: () => import('./pages/mycoupons/mycoupons.module').then(m => m.MycouponsPageModule)
|
||||
},
|
||||
{
|
||||
path: 'familymember',
|
||||
loadChildren: () => import('./pages/familymember/familymember.module').then(m => m.FamilymemberPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user