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