Q. Which file typically contains the main module bootstrapping code?
β
Correct Answer: (A)
main.ts
Explanation: main.ts bootstraps the root module to start the Angular app.