Q. Which file defines the root module of an Angular application?
β
Correct Answer: (A)
app.module.ts
Explanation: app.module.ts declares the root module and bootstraps the app component.