If you want to apply conditional validation on 'Voter Age' or 'Member Age' then need to add this input greater than '17'.
{{userFormGroup.controls.age.errors.greaterThan.message}}
Retirement Age should be greater than age
{{userFormGroup.controls.retiermentAge.errors.greaterThan.message}}