Roles
This commit is contained in:
@ -21,6 +21,10 @@ const routes: Routes = [
|
||||
path: 'product-groups',
|
||||
loadChildren: () => import('./product-group/product-groups.module').then(mod => mod.ProductGroupsModule)
|
||||
},
|
||||
{
|
||||
path: 'roles',
|
||||
loadChildren: () => import('./roles/roles.module').then(mod => mod.RolesModule)
|
||||
},
|
||||
{
|
||||
path: 'running-tables',
|
||||
loadChildren: () => import('./running-tables/running-tables.module').then(mod => mod.RunningTablesModule)
|
||||
|
||||
Reference in New Issue
Block a user