Added E-Commerce pages to the navigation for easier access

This commit is contained in:
Sercan Yemen 2017-11-04 12:49:38 +03:00
parent 3bca193bcc
commit 99d9552813

View File

@ -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'
}
]
},