Q. What file does Angular CLI create by default for the root module?
β
Correct Answer: (A)
app.module.ts
Explanation: app.module.ts is the root Angular module file.