相关疑难解决方法(0)

Angular 2 http.post()不发送请求

当我发帖请求时,角度2 http不发送此请求

this.http.post(this.adminUsersControllerRoute, JSON.stringify(user), this.getRequestOptions())
Run Code Online (Sandbox Code Playgroud)

http帖子没有发送到服务器,但如果我发出这样的请求

this.http.post(this.adminUsersControllerRoute, JSON.stringify(user), this.getRequestOptions()).subscribe(r=>{});
Run Code Online (Sandbox Code Playgroud)

这是有意的,如果有人可以解释我为什么?或者这是一个错误?

angular2-http angular

120
推荐指数
3
解决办法
5万
查看次数

标签 统计

angular ×1

angular2-http ×1