Q. What is the Angular CLI command to build the application for production?
β
Correct Answer: (A)
ng build --prod
Explanation: This command builds the app with production optimizations.