Q. What is the correct syntax for two-way data binding?
β
Correct Answer: (C)
[(ngModel)]
Explanation: Two-way binding in Angular is done using [(ngModel)].