If you want to apply conditional validation on 'Birth Date' or 'Admission Date', then you need to add 'User Name' input as 'Bharat'
{{userFormGroup.controls.userName.errors.minDate.message}}
you can enter MinDate upto 30th july 2018
{{userFormGroup.controls.allocationDate.errors.minDate.message}}
To apply the validation of Min Date on 'Admission Date' field, then enter the value 'Bharat' in 'User Name' textbox and you can enter minDate as 30th july 2018
Conditional Expression with type 'string'
{{userFormGroup.controls.admissionDate.errors.minDate.message}}
you can enter MinDate upto 30th july 2018
Shows custom message.
{{userFormGroup.controls.registrationDate.errors.minDate.message}}
you can enter MinDate upto 30th july 2018
{{userFormGroup.controls.enrollmentDate.errors.minDate.message}}
you can enter MinDate upto value mentioned in fieldName
{{userFormGroup.controls.lastRegistrationDate.errors.minDate.message}}
you can enter MinDate upto value mentioned in fieldName
{{userFormGroup.controls.confirmationDate.errors.minDate.message}}