in my service I have:
getCart(): Observable { return this.http.get(`${this.myApiUrl}/data/`); }
in my comp