Hello angular friends,
I\'m working on an angular2 app (multiple actually). And I live in the Netherlands.
Currently I\'m formatting my currency with the followi
you need import that
import { registerLocaleData } from '@angular/common'; import localeIt from '@angular/common/locales/it' registerLocaleData(localeIt, 'it');
and add that pipe in view
{{ 1000 | currency: 'EUR':'symbol':'.2-2':'it' }}