I have a very simple question. In my application, I have to show a currency.
{{money | currency: "EUR"}}
but it shows in this way: EUR 27,272.02
Is there any way to in correct Euro format? I want to have EUR 27.272,02
Thanks.
I have a very simple question. In my application, I have to show a currency.
{{money | currency: "EUR"}}
but it shows in this way: EUR 27,272.02
Is there any way to in correct Euro format? I want to have EUR 27.272,02
Thanks.