product details implementation

This commit is contained in:
sdarbinyan
2026-07-05 01:43:56 +04:00
parent 0efcfb5225
commit d4a5daeb4c
28 changed files with 1210 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ export class CatalogContainerComponent {
}
selectProduct(product: Product): void {
this.router.navigate([`/${this.languageService.currentLanguage()}/item`, product.itemID]);
this.router.navigate([`/${this.languageService.currentLanguage()}/product`, product.itemID]);
}
addToCart(payload: { product: Product; event: Event }): void {