πŸ“Š Angular
Q. Which Angular file contains the metadata about components, services, and modules?
  • (A) app.module.ts
  • (B) main.ts
  • (C) index.html
  • (D) angular.json
πŸ’¬ Discuss
βœ… Correct Answer: (A) app.module.ts

Explanation: `app.module.ts` is the root module where components and services are declared and imported.

Explanation by: Mr. Dubey
`app.module.ts` is the root module where components and services are declared and imported.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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