Q. Which module is required to use two-way binding via `ngModel`?
β
Correct Answer: (A)
FormsModule
Explanation: `FormsModule` must be imported to use `ngModel` for two-way binding.