feat(back-end front-end): shop feature

This commit is contained in:
2026-03-10 15:04:49 +01:00
parent 8733184dc5
commit 3f228ef6e2
30 changed files with 2584 additions and 435 deletions

View File

@@ -12,6 +12,13 @@ export const SHOP_ROUTES: Routes = [
'Catalogo prodotti stampati in 3D, accessori tecnici e soluzioni pratiche pronte all uso.',
},
},
{
path: 'p/:productSlug',
component: ProductDetailComponent,
data: {
seoTitle: 'Prodotto | 3D fab',
},
},
{
path: ':categorySlug/:productSlug',
component: ProductDetailComponent,