diff --git a/src/app/navigation.model.ts b/src/app/navigation.model.ts index e39e87bf..9ca04743 100644 --- a/src/app/navigation.model.ts +++ b/src/app/navigation.model.ts @@ -50,11 +50,23 @@ export class NavigationModel 'type' : 'item', 'url' : '/apps/e-commerce/products' }, + { + 'id' : 'dashboard', + 'title': 'Product Detail', + 'type' : 'item', + 'url' : '/apps/e-commerce/products/1/printed-dress' + }, { 'id' : 'dashboard', 'title': 'Orders', 'type' : 'item', 'url' : '/apps/e-commerce/orders' + }, + { + 'id' : 'dashboard', + 'title': 'Order Detail', + 'type' : 'item', + 'url' : '/apps/e-commerce/orders/1' } ] },