Home

Published

- 1 min read

mat datepicker pt-br

img of mat datepicker pt-br

The solution for this is noted below

mat datepicker pt-br

Solution

   import {MAT_DATE_LOCALE} from '@angular/material';
...
providers: [{ provide: MAT_DATE_LOCALE, useValue: 'pt-BR' }]

Try other methods by searching on the site. That is if this doesn’t work