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 date Date form control * {{diffTypesFormGroup.get('date').errors | controlErrorResolver}} Input with type select Select gender * Male Female Other {{diffTypesFormGroup.get('select').errors | controlErrorResolver}}
Input with type checkbox Check Required {{diffTypesFormGroup.get('checkbox').errors | controlErrorResolver}}
Input with type radio group Option 1 Option 2 {{diffTypesFormGroup.get('radiobutton').errors | controlErrorResolver}}