Skip to content

Commit af6280d

Browse files
docs: add import for toObservable (#58991)
Add import for toObservable in signals-interop.md PR Close #58991
1 parent f62a350 commit af6280d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adev/src/content/ecosystem/rxjs-interop/signals-interop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Use the `toObservable` utility to create an `Observable` which tracks the value
6969

7070
```ts
7171
import { Component, signal } from '@angular/core';
72+
import { toObservable } from '@angular/core/rxjs-interop';
7273

7374
@Component(...)
7475
export class SearchResults {

0 commit comments

Comments
 (0)