what is observable in RxJs ?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.