Q. Which file contains the root module of an Angular application?
β
Correct Answer: (A)
app.module.ts
Explanation: `app.module.ts` is the root module where all Angular components and modules are registered.