#
Promise vs Observable in Angular
This tutorial explains to you which are the main differences between a promise and an observable in Angular.
Into the following table you will see the main differences between a Promise and an Observable in Angular:
In my opinion a Promise and an Observable are something very different and the usage is function of context. Sometimes you can use both of them, but an Observable mustn't necessarily be seen as an improvement of a Promise.