Q. Which Angular command compiles and runs the application? (A) ng serve (B) ng build (C) ng start (D) ng init ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) ng serve Explanation: `ng serve` compiles and starts a development server.