mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Added E-Commerce pages to the navigation for easier access
This commit is contained in:
parent
3bca193bcc
commit
99d9552813
|
@ -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'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user