Q. What file contains the root module of an Angular application by default?
β
Correct Answer: (A)
app.module.ts
Explanation: app.module.ts is the root module defining the main application module.