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:
kusowl 2026-03-03 17:40:12 +05:30
commit b575b42f22
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,6 @@ export class ProductCard {
@Input() product!: ProductModel;
goToProductDetails() {
this.router.navigate(['/products', this.product.slug]);
this.router.navigate(["/products", this.product.slug]);
}
}