...
Use
matInput
for all instances of<input type="text">
‘Input Hint' Usage Rules
Use 'input hints' for individual/single input feedback. For whole page related feedback, see Snackbar usage rules.
...
Use
<mat-hint>
container if the input is required and needs a ‘required message' e.g. This field is required or if the field has HTML5 input validation, e.g. email format check
...