πŸ“Š Angular
Q. What is the purpose of the Angular CLI command 'ng build --prod'?
  • (A) Build the app for development
  • (B) Build the app optimized for production
  • (C) Serve the app locally
  • (D) Generate a new component
πŸ’¬ Discuss
βœ… Correct Answer: (B) Build the app optimized for production

Explanation: The --prod flag applies optimizations like AOT, minification, and tree shaking.

Explanation by: Mr. Dubey
The --prod flag applies optimizations like AOT, minification, and tree shaking.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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