We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a350 commit af6280dCopy full SHA for af6280d
1 file changed
adev/src/content/ecosystem/rxjs-interop/signals-interop.md
@@ -69,6 +69,7 @@ Use the `toObservable` utility to create an `Observable` which tracks the value
69
70
```ts
71
import { Component, signal } from '@angular/core';
72
+import { toObservable } from '@angular/core/rxjs-interop';
73
74
@Component(...)
75
export class SearchResults {
0 commit comments