Aparar o material angular entrada com elipsis
// In angular :
.mat-form-field-infix input {
text-overflow:ellipsis;
}
night owl
// In angular :
.mat-form-field-infix input {
text-overflow:ellipsis;
}