Q. Which Angular file contains the metadata about components, services, and modules?
β
Correct Answer: (A)
app.module.ts
Explanation: `app.module.ts` is the root module where components and services are declared and imported.