I have a method in my angular 8 app like this:
this.http.post(url, body, options).subscribe{ res => { console.log(\'here\') console.log(res) } }