πŸ“Š Angular
Q. What is the purpose of the Angular CLI 'ng build' command?
  • (A) Compiles the Angular app into static assets for deployment
  • (B) Starts the local development server
  • (C) Runs unit tests
  • (D) Generates new components
πŸ’¬ Discuss
βœ… Correct Answer: (A) Compiles the Angular app into static assets for deployment

Explanation: ng build compiles the app and prepares it for production or distribution.

Explanation by: Mr. Dubey
ng build compiles the app and prepares it for production or distribution.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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