1 min read 67 words Updated Sep 24, 2026 Created Sep 24, 2026
#JavaScript#Programming#TypeScript#library#reactivity

General purpose library for reactivity. But also just in Angular often.
There is a dedicated directory for RxJS in this directory: [RxJS intro]]

RxJS is a dependency of NgRx.

Resolves around Observables and Subscriptions.

Using this library and appraoch, all async behaviour can be modelled as observable streams.

RxJS Interopt

toObservable

toSignal

Resources