region crud added
This commit is contained in:
@@ -49,5 +49,11 @@ export const globalMastersRoutes: Routes = [
|
||||
canActivate: [superAdminGuard],
|
||||
loadComponent: () => import('./plans/pages/plan-list/plan-list').then((m) => m.PlanList),
|
||||
data: { childTitle: 'Plan Management', parentTitle: 'Global Master', subParentTitle: 'Configuration' },
|
||||
},
|
||||
{
|
||||
path: 'regions',
|
||||
canActivate: [superAdminGuard],
|
||||
loadComponent: () => import('./regions/pages/region-list/region-list').then((m) => m.RegionList),
|
||||
data: { childTitle: 'Region Management', parentTitle: 'Global Master', subParentTitle: 'Configuration' },
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user