Product Group

This commit is contained in:
Amritanshu
2019-06-16 01:39:37 +05:30
parent 459ab244ff
commit 52e978b3b0
20 changed files with 321 additions and 174 deletions

View File

@ -15,7 +15,7 @@ const routes: Routes = [
},
{
path: 'product-groups',
loadChildren: () => import('./product-group/product-group.module').then(mod => mod.ProductGroupModule)
loadChildren: () => import('./product-group/product-groups.module').then(mod => mod.ProductGroupsModule)
},
{
path: 'running-tables',