Direction: Choose the correct option
Q1.
How do you set validators on a `FormControl` programmatically?
Direction: Choose the correct option
Q2.
What does `control.updateValueAndValidity()` do?
Direction: Choose the correct option
Q3.
How do you get the error object for a specific validator?
Direction: Choose the correct option
Q4.
What is cross-field validation?
Direction: Choose the correct option
Q5.
Where do you define cross-field validators?
Direction: Choose the correct option
Q6.
How do you clear validators from a control?
Direction: Choose the correct option
Q7.
What is the `valid` property of a form control?
Direction: Choose the correct option
Q8.
What does the `invalid` property represent?
Direction: Choose the correct option
Q9.
What is the `pending` property used for?
Direction: Choose the correct option
Q10.
How do you disable a form control programmatically?
