Q. Which file defines the root module in a typical Angular application?
β
Correct Answer: (A)
app.module.ts
Explanation: app.module.ts is the root module where components and dependencies are declared.