Q. Which Angular CLI command runs the development server? (A) ng serve (B) ng build (C) ng test (D) ng start ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) ng serve Explanation: ng serve compiles and serves the app locally.