Q. What is the purpose of the Angular CLI command `ng build`?
β
Correct Answer: (A)
Compiles the application into an output directory
Explanation: `ng build` compiles the application into the `dist/` directory for deployment.