Angular - HTTP Client
What will be logged to the console when this Angular code runs?
this.http.get('https://api.example.com/items').subscribe(data => console.log(data));