Q. What does the Angular HttpClient service return when making HTTP requests?
β
Correct Answer: (A)
An Observable
Explanation: HttpClient returns Observables that allow reactive programming with HTTP data.