employer cover photo
employer logo
employer logo

Uneecops Technologies

Is this your company?

Uneecops Technologies interview question

what is observable in RxJs ?

Interview Answer

Anonymous

Nov 21, 2020

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.