Q. What does the Angular CLI command `ng serve` do?
β
Correct Answer: (B)
Runs the app in the development server
Explanation: `ng serve` compiles the application and starts a development server.