Direction: Choose the correct option
Q1.
How do you add validation to a template-driven form control?
Direction: Choose the correct option
Q2.
How do you add validation to a reactive form control?
Direction: Choose the correct option
Q3.
What is `Validators.email` used for?
Direction: Choose the correct option
Q4.
How do you display a validation error message?
Direction: Choose the correct option
Q5.
What is a custom validator?
Direction: Choose the correct option
Q6.
How do you apply multiple validators to a reactive form control?
Direction: Choose the correct option
Q7.
What is the `Validators.pattern` validator used for?
Direction: Choose the correct option
Q8.
How do you create a cross-field validator?
Direction: Choose the correct option
Q9.
What is the `AsyncValidator` used for?
Direction: Choose the correct option
Q10.
How do you set async validators on a control?
