feat(ux): implement sprint 11 user experience module
This commit is contained in:
@@ -38,6 +38,14 @@ const coreRoutes: Routes = [
|
||||
path: 'search',
|
||||
loadComponent: () => import('./features/website/catalog/containers/catalog-container.component').then(m => m.CatalogContainerComponent)
|
||||
},
|
||||
{
|
||||
path: 'wishlist',
|
||||
loadComponent: () => import('./features/website/user-experience/wishlist/containers/wishlist-page.component').then(m => m.WishlistPageComponent)
|
||||
},
|
||||
{
|
||||
path: 'compare',
|
||||
loadComponent: () => import('./features/website/user-experience/compare/containers/compare-page.component').then(m => m.ComparePageComponent)
|
||||
},
|
||||
{
|
||||
path: 'cart',
|
||||
loadComponent: () => import('./pages/cart/cart.component').then(m => m.CartComponent)
|
||||
|
||||
Reference in New Issue
Block a user