Q. What does the Angular CLI command 'ng serve' do?

  • (A) Starts a development server and watches for changes
  • (B) Builds the app for production
  • (C) Generates a new component
  • (D) Runs unit tests
πŸ’¬ Discuss
βœ… Correct Answer: (A) Starts a development server and watches for changes
Explanation: 'ng serve' runs the app locally with live reload.
Explanation by: Mr. Dubey
'ng serve' runs the app locally with live reload.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate