Przycinaj wejście materiału kątowego za pomocą elipsy

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