Angular - HTTP Client
What will be logged to the console when this Angular code runs?
this.http.post('https://api.example.com/items', {name: 'Book'}).subscribe(response => console.log(response));