Direction: Choose the correct option
Q1.
How do you create a form control in reactive forms?
Direction: Choose the correct option
Q2.
Which directive links a `FormGroup` to a form in the template?
Direction: Choose the correct option
Q3.
How do you link an input to a form control in reactive forms?
Direction: Choose the correct option
Q4.
What is `FormBuilder` used for?
Direction: Choose the correct option
Q5.
How do you add a form array (dynamic controls) in reactive forms?
Direction: Choose the correct option
Q6.
What is the difference between `formControl` and `formControlName`?
Direction: Choose the correct option
Q7.
How do you set a value to a form control programmatically?
Direction: Choose the correct option
Q8.
What does `patchValue` do on a FormGroup?
Direction: Choose the correct option
Q9.
How do you listen to status changes in reactive form?
Direction: Choose the correct option
Q10.
What is the purpose of `hasError` method?
