docs(angular): add rxjs interop content (#6469)
* docs(angular): add rxjs interop content * Update rxjs-interop@KAdtebWvgvMifIwd52yc4.mdpull/6471/head
parent
411305b0ea
commit
b515902395
1 changed files with 9 additions and 1 deletions
@ -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…
Reference in new issue