<mat-form-field hintLabel="Max 300 characters"> <input matInput #input maxlength="300" placeholder="Enter some input"> <mat-hint align="end">{{input.value?.length || 0}}/300</mat-hint> </mat-form-field>