diff --git a/bookie/src/app/sales/products/products.component.html b/bookie/src/app/sales/products/products.component.html index 7611119..edc2eb2 100644 --- a/bookie/src/app/sales/products/products.component.html +++ b/bookie/src/app/sales/products/products.component.html @@ -10,15 +10,18 @@

Back

{{ item.name }}

- {{ item.price | currency : 'INR' }} + {{ + item.price | currency : 'INR' + }}