my coupons

This commit is contained in:
CHIEFSOFT\ameye
2023-08-28 04:41:00 -04:00
parent db81f376bd
commit 248b456d77
5 changed files with 635 additions and 6 deletions
+4
View File
@@ -206,6 +206,10 @@ const routes: Routes = [
path: 'redeem',
loadChildren: () => import('./pages/redeem/redeem.module').then(m => m.RedeemPageModule)
},
{
path: 'mycoupons',
loadChildren: () => import('./pages/mycoupons/mycoupons.module').then(m => m.MycouponsPageModule)
},
];
@NgModule({