Difference between Promise and Observable

  • Promise is single transport of data .Deals witrh one async event at a time.
  • Observable is continuous stream of data .Example: Radio where we can tune in and listen to it .
Edit this page on GitHub

Links to this note