What is the difference between Observable and observer in Angular?

Observable are just that — things you wish to observe and take action on. Angular uses the Observer pattern which simply means — Observable objects are registered, and other objects observe (in Angular using the subscribe method) them and take action when the observable object is acted on in some way .

Sizin İçin Seçtik  What is Ng RxJS?

Leave a Reply

Your email address will not be published. Required fields are marked *