Q. What directive is used to bind a form control in template-driven forms?
β
Correct Answer: (C)
ngModel
Explanation: ngModel binds an input field to a model in template-driven forms.