an error occurs which I do not know how to solve 
here is the code
let obs = this.http.jsonp(this.url, 'callback'); obs.subscribe(value => console.log(value), err => console.log(err)); an error occurs which I do not know how to solve 
here is the code
let obs = this.http.jsonp(this.url, 'callback'); obs.subscribe(value => console.log(value), err => console.log(err)); Source: https://ru.stackoverflow.com/questions/799091/
All Articles