Content deleted Content added
m bypass cat redirect |
Narky Blert (talk | contribs) Link to DAB page repaired |
||
Line 15:
==Observables in Angular==
[[Angular (web framework)|Angular]] makes extensive use of observables through RxJs library for various common asynchronous tasks, listed below are few examples<ref>https://angular.io/guide/observables-in-angular</ref>:
* The EventEmitter class extends observable.
* The HTTP module uses observables to handle AJAX calls.
|