Q. Which Angular module is required for using forms in template-driven approach?
β
Correct Answer: (A)
FormsModule
Explanation: Template-driven forms in Angular require `FormsModule` to be imported.