Q. Which file typically contains the root module in an Angular project?
β
Correct Answer: (A)
app.module.ts
Explanation: The root module is defined in app.module.ts, which bootstraps the Angular application.