Q. What does the Angular CLI command 'ng build --prod' do?
β
Correct Answer: (A)
Builds the app with optimizations for production
Explanation: 'ng build --prod' generates optimized bundles for deployment.