I am using a currency pipe to display the € correct format:
{{value | currency:'EUR':true}}
I see a format like this:
€30.00
but I want this (italian format):
€30,00
EDIT: Ok the custom pipe,but as you can see in the documentation CurrencyPipe and in the browser support Browser support, this pipe uses the Internationalization API so it should be in the correct locale ID (I am using Chrome latest)