Taking advantage of Observables in Angular 2

added by JavaScript Kicks
1/7/2016 2:23:34 PM

658 Views

Angular 2 favors Observables over Promises when it comes to async. The rational behind this decision may not be obvious right from the start. There is definitely a learning curve to master Observables in all their beauty. In this article we like to explore some practical advantages with Observables for server communication.


0 comments