Q. What is the purpose of the Angular CLI command 'ng build --prod'?
β
Correct Answer: (B)
Build the app optimized for production
Explanation: The --prod flag applies optimizations like AOT, minification, and tree shaking.