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

πŸ‘οΈ
70
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate