Q. What is a reactive form in Angular?
β
Correct Answer: (A)
A form model driven in the component class using `FormGroup` and `FormControl`
Explanation: Reactive forms are more robust and scalable than template-driven forms.