Q. Which HTTP method is used in Angular to fetch data from a server?
β
Correct Answer: (C)
get()
Explanation: The `get()` method of HttpClient is used to fetch data from an API.