Mat DatePicker Pt-BR

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