Changelog says:
By default Angular now only contains locale data for the language en-US, if you set the value of LOCALE_ID to another locale, you wi
For
{ provide: LOCALE_ID, useValue: 'pt-BR' }
Use:
import { registerLocaleData } from '@angular/common'; import localePt from '@angular/common/locales/pt'; registerLocaleData(localePt);