Q. What does Angular use to bind form controls to data models in reactive forms?
β
Correct Answer: (A)
FormControl
Explanation: `FormControl` is used to track the value and validation status of an individual form field.