Q. What does `ng serve` command do?
β
Correct Answer: (A)
Compiles and runs the Angular app in development mode
Explanation: `ng serve` starts a dev server and opens the app in a browser.