Angular - TypeScript in Angular
You want to define a method in a generic Angular service that fetches data from an API and returns an
Observable<T>. Which method signature correctly uses generics with Angular's HttpClient?