@if (getImageUrl(product.product_image)) {
![]()
} @else {
NO THUMB
}
{{ product.product_id }}
{{ product.product_name }}
{{ product.price | currency : 'INR' : 'symbol' : '1.2-2' }}
{{ product.created_date | date : 'fullDate' }}
@if (selectedProduct?.product_id === product.product_id) {