Q. Which Angular directive is used to bind form input using template-driven forms?
β
Correct Answer: (C)
ngModel
Explanation: `ngModel` is used in template-driven forms to bind input fields.