错误:无法读取属性' getCookie'发出http请求时为null

时间:2016-09-19 02:11:25

标签: angular nativescript

我收到此错误无法读取属性' getCookie'每当我尝试发出http请求时,为null 。我最初被告知可能是因为使用旧版本的nativescript。我已更新所有我可以更新,仍然有相同的问题。 (版本:nativescript-angular:1.0.0,angular / http:2.0.0)

This question看起来很相似,但它似乎与nativescript没有任何关系,我无法理解唯一给出的答案。提前谢谢。

2 个答案:

答案 0 :(得分:4)

导入 NativeScriptHttpModule 可以完成这项工作。这是代码段。

import {NativeScriptHttpModule} from "nativescript-angular/http";

@NgModule({
.....
providers: [NativeScriptHttpModule]
.....
})

答案 1 :(得分:0)

如果您有最新版本,很可能问题与此处相同

  

https://github.com/NativeScript/nativescript-angular/issues/305

简而言之:尝试更改所有" HTTP_PROVIDERS"到" NS_HTTP_PROVIDERS"