private fetchData(){ const promise = this.httpClient.get(this.apiUrl).toPromise(); console.log(promise); }