docs(angular): add rxjs interop content (#6469)

* docs(angular): add rxjs interop content

* Update rxjs-interop@KAdtebWvgvMifIwd52yc4.md
pull/6471/head
J. Degand 4 months ago committed by GitHub
parent 411305b0ea
commit b515902395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/rxjs-interop@KAdtebWvgvMifIwd52yc4.md

@ -1 +1,9 @@
# RxJS Interop
# 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)

Loading…
Cancel
Save