Q. How do you create a reactive form control in Angular?
β
Correct Answer: (A)
Using new FormControl()
Explanation: FormControl instances are created in reactive forms using new FormControl().