Q. Which command starts the Angular development server?
β
Correct Answer: (A)
ng serve
Explanation: `ng serve` compiles the app and starts the development server.