Q. What is the purpose of the Angular CLI command 'ng build'?
β
Correct Answer: (A)
To compile the Angular app into static files for deployment
Explanation: 'ng build' compiles the app and prepares files for production.