What is the difference between Promise
and Observable
in Angular?
An example on each would be helpful in understanding both the cases. In w
Short answer :
Observable is better, it has all Promises features plus extra features.
Long answer:
Promises:
Observable: