product details implementation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user