Direction: Choose the correct option
Q1.
What are the two approaches to building forms in Angular?
Direction: Choose the correct option
Q2.
Which module is required for template-driven forms?
Direction: Choose the correct option
Q3.
Which module is required for reactive forms?
Direction: Choose the correct option
Q4.
What is the difference between template-driven and reactive forms?
Direction: Choose the correct option
Q5.
What is `FormGroup` in reactive forms?
Direction: Choose the correct option
Q6.
What is `FormControl` used for?
Direction: Choose the correct option
Q7.
What is `FormArray` used for?
Direction: Choose the correct option
Q8.
What is the role of `FormBuilder`?
Direction: Choose the correct option
Q9.
How do you reset a form in Angular?
Direction: Choose the correct option
Q10.
What is the `valueChanges` observable?
