πŸ“Š Angular
Q. Which HTTP method is used in Angular to fetch data from a server?
  • (A) post()
  • (B) put()
  • (C) get()
  • (D) delete()
πŸ’¬ Discuss
βœ… Correct Answer: (C) get()

Explanation: The `get()` method of HttpClient is used to fetch data from an API.

Explanation by: Mr. Dubey
The `get()` method of HttpClient is used to fetch data from an API.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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