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