Q. Which file contains metadata for the root Angular module?
β
Correct Answer: (C)
app.module.ts
Explanation: app.module.ts declares and bootstraps the root module.