Product Error on *ngIf, new a dealbreaker, but not sure.
This commit is contained in:
@ -11,7 +11,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'products',
|
||||
loadChildren: () => import('./product/product.module').then(mod => mod.ProductModule)
|
||||
loadChildren: () => import('./product/products.module').then(mod => mod.ProductsModule)
|
||||
},
|
||||
{
|
||||
path: 'product-groups',
|
||||
|
||||
Reference in New Issue
Block a user