标签: angular5
我是angular5的新手,我试图使用'jsonp'属性调用api。
this.http.jsonp('http://localhost/angular5/lesson2.pdf?callback=JSONP_CALLBACK').subscribe(res=>{ console.log(res); })
在上面的代码中我使用'HttpClinetJsonpModule'来调用api.But它返回以下错误。 任何人都可以帮我解决这个问题。我已经花了几个小时。