πŸ“Š Angular
Q. What does the Angular HttpClient service return when making HTTP requests?
  • (A) An Observable
  • (B) A Promise
  • (C) A Callback function
  • (D) A plain object
πŸ’¬ Discuss
βœ… Correct Answer: (A) An Observable

Explanation: HttpClient returns Observables that allow reactive programming with HTTP data.

Explanation by: Mr. Dubey
HttpClient returns Observables that allow reactive programming with HTTP data.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
40
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate