If you want to apply conditional validation on 'Number Ascii Code' or 'Alphabet Ascii Code', then you need to add 'Language' input as 'Java'
{{userFormGroup.controls.language.errors.ascii.message}}
If you want to apply conditional validation on 'Alphabet Ascii Code' then you need to add 'Language' input as 'Java'.
Conditional Expression with type 'string'
{{userFormGroup.controls.alphabetAsciiCode.errors.ascii.message}}
If you want to apply conditional validation on 'Number Ascii Code' then you need to add 'Language' input as 'Java'.
Conditional Expression with type 'function'
{{userFormGroup.controls.numberAsciiCode.errors.ascii.message}}