family member

This commit is contained in:
CHIEFSOFT\ameye
2023-09-02 11:29:38 -04:00
parent 68e83a006d
commit 28e209fdd6
9 changed files with 570 additions and 1 deletions
+4
View File
@@ -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({