I have this simple function inside a service:
getReports(url: string): Observable { return this.http.get(url); }