If you want to apply conditional validation on 'Footer Hexcode' or 'Header Hexcode', then you need to add 'Color Picker' input as '#AFAFAF'
{{hexcolorInfoFormGroup.controls.color.errors.hexColor.message}}
If you want to apply conditional validation on 'Header Hexcode' then you need to add 'Color Picker' input as '#AFAFAF'
Conditional Expression with type 'string'
{{hexcolorInfoFormGroup.controls.headerHexcolorCode.errors.hexColor.message}}
If you want to apply conditional validation of hex color validation on 'Footer Hexcode' then you need to add 'Color Picker' input as '#AFAFAF'
Conditional Expression with type 'function'
{{hexcolorInfoFormGroup.controls.footerHexCode.errors.hexColor.message}}