Pregunta de entrevista de Uneecops Technologies

what is observable in RxJs ?

Respuesta de la entrevista

Anónimo

21 de nov de 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.