Can someone provide guidance on how to download a file and save it to the device using Nativescript and Angular 2?
I noticed there is a getFile function within the http module, but it doesn't seem to be available in Angular 2 ()
Additionally, I have tried using res.blob()
, but it doesn't seem to work. Any suggestions?