Search code examples
angularangular2-http

Is there an Angular2 equivalent to $http.pendingRequests?


Having a difficult time googling an answer to this question but is there an Angular2 equivalent to $http.pendingRequests?


Solution

  • I dont think there is one but since all requests now are Observable objects you can always store their references for example in a service and check for completion yourself.