已尝试STEPS
创建了一个文件proxy.conf.json
{
"/posts": {
"target": "http://10.222.66.49:3838",
"secure": false,
"pathRewrite": {
"^/posts": ""
},
"changeOrigin": true
}
}
sample-component.ts
this.http.get('http://sample-url/OKAY.json?callback=true').subscribe(x=>x)
并使用以下命令进行编译
ng serve --port 5566 --proxy-config proxy.conf.json
但是我遇到以下错误