Recorte la entrada del material angular con elipsis

// In angular : 
.mat-form-field-infix input {
  text-overflow:ellipsis;
}
night owl