{{ product.name }}- Sachet {{ product.weightNet | number : '1.0' }} g
{{ (product.priceRetail! * (1 + (product.priceTaxe! / 100))) | number : '1.2-2' }} € TTC
{{ product.createdAt | date: 'dd/MM/yyyy' }}
{{ product.description }}
@if (product.tags) {
@for (tag of getProductTags(); track tag) {
{{ tag.name }}
}
}