I already tried to use <span>{{(price | currency: 'EUR': true)}}</span>
and { provide: LOCALE_ID, useValue: "de-DE" }
. However, server environment is based in USA and I can't change language location there.
Then the standard format is $1,000.00, but I need this format 1.000,00 €
Thank you.