使用Nativescript和Angular 2如何下载文件并保存到设备?

时间:2016-10-12 14:16:30

标签: http angular typescript nativescript angular2-nativescript

如标题所示:使用Nativescript和Angular 2如何下载文件并保存到设备?

似乎在http模块中有一个getFile函数,但是在Angular 2(https://docs.nativescript.org/cookbook/http

中似乎没有这个功能。

res.blob()似乎也不起作用?

1 个答案:

答案 0 :(得分:0)

getFile应该在{N} + ng2应用程序中按预期工作,如here

所示

NativeScript + Angular-2应用程序中如何创建,读取,更新和删除文件和文件夹的基本示例

file-system in NativeScript + Angular-2