{{addressInfoFormGroup.controls.zipcode.errors.required.message}}
{{addressInfoFormGroup.controls.countryName.errors.rule?.message}}
If you want to apply customRules on this field, then you need to enter 'Zipcode' value as 4000.
If you want to apply conditional validation on 'State Name' then you need to add 'Country Name' input as 'India'.
Conditional Expression with type 'string'
{{addressInfoFormGroup.controls.cityName.errors.rule?.message}}
If you want to apply customRules on this field, then you need to enter 'Zipcode' value as 4000.
If you want to apply conditional validation on 'State Name' then you need to add 'Country Name' input as 'India'.
Conditional Expression with type 'function'
{{addressInfoFormGroup.controls.stateName.errors.rule?.message}}