I have a bunch of API and depends on response of those API, I need to download few files.
I have done this using OperationQueue(with Operations) in Swift. Now, I need to do same thing in NativeScript (with Angular).
I am checking out this one https://github.com/mtford90/operations.js. Will this be the correct way ? Or what will be the correct way in Angular ?
Thanks & Regards
Gouranga Sasmal