Hi from the api i return prices such as 1.00 or 2.00 but in the template i want to show this as €1,00 or €2,00. Im doing following:
<ion-icon name="pricetag" color="secondary"></ion-icon> Minimale Kbestelling <B>{{item.minimal_order | currency:'EUR'}}</B>
How can i replace the . for a comma? I know the thousand seperator uses a comma but i want to show only comma's how can i do this ?
i dont see a option to do this: https://angular.io/api/common/CurrencyPipe