Q. Which file is responsible for bootstrapping an Angular application?
β
Correct Answer: (A)
main.ts
Explanation: `main.ts` is the entry point that bootstraps the root module of the app.