Angular 1 and Angular 2 Integration

Angular 2 promise vs observable

Both promise & observable help us to asynchronous requests callback.

The important differences are:

Promise

Angular 2 promises handle a single callback when an async requests callback completes or fails.

Observable

Angular 2 provides a new pattern for running asynchronous requests, called Observables.
Angular 2 uses an analogous pattern called Observables. The Observable classes in Angular 2 are provided by the ReactiveX library.

Angular 2 observable allows passing zero or more events where the callback is called for each event.
Observable provides operators like map, forEach etc.

Reference link.



ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

Angular 2 promise vs observable Angular 2 promise vs observable Reviewed by Anil Singh on 2:59 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^