I need to repeatedly call api: /1/dir/{imgID} (50 times on average) using the change in imgID .
In node.js, I can use the Async.js library. Can this library be used on the Angular side? If so, give me some idea of how this is possible, and if not, give me an alternative idea so that I can use this in AngularJS?
source share