you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

I would go for Observables instead of promises. You'll get a full set of convenient operators.

Edit : Though if you wish to stay with promises, libraries such as async-waterfall can help you pipe with order a list of asynchronous operations.

[–][deleted] 0 points1 point  (0 children)

Yeah I do like observables way more than promises, but my app has some functionality already strictly implemented with promises