mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-04 07:22:26 +02:00
docs(angular): add rxjs interop content (#6469)
* docs(angular): add rxjs interop content * Update rxjs-interop@KAdtebWvgvMifIwd52yc4.md
This commit is contained in:
parent
411305b0ea
commit
b515902395
@ -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…
x
Reference in New Issue
Block a user