Input with type text
{{diffTypesFormGroup.get('text').errors | controlErrorResolver}}
Input with type number
{{diffTypesFormGroup.get('number').errors | controlErrorResolver}}
Input with type time
{{diffTypesFormGroup.get('time').errors | controlErrorResolver}}
Input with type dateDate form control *
{{diffTypesFormGroup.get('date').errors | controlErrorResolver}}
Input with type selectSelect gender *MaleFemaleOther
{{diffTypesFormGroup.get('select').errors | controlErrorResolver}}
Input with type checkboxCheck Required
{{diffTypesFormGroup.get('checkbox').errors | controlErrorResolver}}
Input with type radio groupOption 1Option 2
{{diffTypesFormGroup.get('radiobutton').errors | controlErrorResolver}}