Q. Which file is the main entry point for bootstrapping an Angular application?
β
Correct Answer: (A)
main.ts
Explanation: main.ts is the bootstrap entry point for the Angular app.