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