Q. What does the Angular CLI command 'ng serve' do?
β
Correct Answer: (A)
Starts a development server and watches for changes
Explanation: 'ng serve' runs the app locally with live reload.