From b5159023953040206dc1bd9a958365a3795df0f5 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:48:53 -0400 Subject: [PATCH] docs(angular): add rxjs interop content (#6469) * docs(angular): add rxjs interop content * Update rxjs-interop@KAdtebWvgvMifIwd52yc4.md --- .../content/rxjs-interop@KAdtebWvgvMifIwd52yc4.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)