what is observable in RxJs ?
Utilisateur anonyme
RxJS is a framework for reactive programming that makes use of Observables, making it really easy to write asynchronous code. It is the official library used by Angular to handle reactivity, converting pull operations for call-backs into Observables.