Q. Which Angular directive is used for two-way data binding?
β
Correct Answer: (A)
[(ngModel)]
Explanation: The `[(ngModel)]` directive enables two-way data binding between the input field and the component.