{{userForm.controls?.age?.errors?.greaterThan.message}}
This is checking greater than validation for Voter Age must be greater than to age.
{{userForm.controls?.voterAge?.errors?.greaterThan.message}}