an error occurs which I do not know how to solve photo error link

here is the code

let obs = this.http.jsonp(this.url, 'callback'); obs.subscribe(value => console.log(value), err => console.log(err)); 
  • Most likely your JSON is invalid - Darth
  • but how to get not json, but just a text - Denis Podolyachenko
  • what kind of mistake is that? - Grundy

0