Angular 2 – Reactive Extensions and Observables

What is reactive extensions and how is it used in Angular 2?

reactivex.io  is the web site you need to visit to learn more about Reactive extensions.Any time you are connecting to the server, the ng Team is using the classes from ReactiveX. Remember, the observer pattern from the good old days, it is coming back again with the iterator pattern throwing in functional programming 🙂