Merge remote-tracking branch 'origin/feature/products' into fix/history-issue
# Conflicts: # src/app/features/product/components/product-card/product-card.html # src/app/features/product/components/product-card/product-card.ts # src/app/features/product/services/product-service.ts
This commit is contained in:
commit
b575b42f22
@ -15,6 +15,6 @@ export class ProductCard {
|
|||||||
@Input() product!: ProductModel;
|
@Input() product!: ProductModel;
|
||||||
|
|
||||||
goToProductDetails() {
|
goToProductDetails() {
|
||||||
this.router.navigate(['/products', this.product.slug]);
|
this.router.navigate(["/products", this.product.slug]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user