Q. Which Angular command builds the project for production?
β
Correct Answer: (A)
ng build --prod
Explanation: ng build --prod creates optimized production-ready bundles.