πŸ“Š Angular
Q. Which file typically contains the root module in an Angular project?
  • (A) app.module.ts
  • (B) main.ts
  • (C) index.html
  • (D) angular.json
πŸ’¬ Discuss
βœ… Correct Answer: (A) app.module.ts

Explanation: The root module is defined in app.module.ts, which bootstraps the Angular application.

Explanation by: Mr. Dubey
The root module is defined in app.module.ts, which bootstraps the Angular application.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
57
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate