I have to display Euro currency like this : 583 €.
583 €
But with this code:
{{ price | currency:\'EUR\':true }}
I get
Do it like this:
{{price | currency:'EUR':true:'1.0-0'}}
No need for extra pipes, it uses the default currency pipe