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