Q. What is the purpose of the Angular CLI 'ng build' command?
β
Correct Answer: (A)
Compiles the Angular app into static assets for deployment
Explanation: ng build compiles the app and prepares it for production or distribution.