diff --git a/src/data/roadmaps/angular/content/rxjs-interop@KAdtebWvgvMifIwd52yc4.md b/src/data/roadmaps/angular/content/rxjs-interop@KAdtebWvgvMifIwd52yc4.md index 11f80f74f..9b1e9f564 100644 --- a/src/data/roadmaps/angular/content/rxjs-interop@KAdtebWvgvMifIwd52yc4.md +++ b/src/data/roadmaps/angular/content/rxjs-interop@KAdtebWvgvMifIwd52yc4.md @@ -1 +1,9 @@ -# RxJS Interop \ No newline at end of file +# RxJS Interop + +Angular's `@angular/core/rxjs-interop` package provides useful utilities to integrate Angular Signals with RxJS Observables. Use a `toSignal` function to create a signal that tracks the value of an Observable. Use the `toObservable` utility to create an Observable which tracks the value of a signal. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - RxJS Interop](https://angular.dev/guide/signals/rxjs-interop) +- [@article@Angular signals RxJS interop from a practical example](https://angular.love/en/angular-signals-rxjs-interop-from-a-practical-example) +- [@video@Angular Signals RxJs Interoperability: toObservable() (Guess the Behavior)](https://www.youtube.com/watch?v=cam39UyVbpI)