Q. What is the purpose of Angular CLI's `ng build` command?
β
Correct Answer: (B)
Compiles the application into an output directory
Explanation: `ng build` compiles the app and outputs the result in the `dist/` folder.