feat: implement store routing and product detail page skeleton
This commit is contained in:
@@ -11,6 +11,13 @@ export const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: StoreHomePageComponent
|
||||
},
|
||||
{
|
||||
path: 'producto/:id',
|
||||
loadComponent: () =>
|
||||
import('./pages/product-detail-page/product-detail-page.component').then(
|
||||
(m) => m.ProductDetailPageComponent
|
||||
)
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user