Skip to content

Commit 644d9f3

Browse files
feat(core): mark the toSignal API as stable (#60442)
This commit marks the toSignal API as stable. PR Close #60442
1 parent 3f0f2e6 commit 644d9f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/rxjs-interop/src/to_signal.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ export function toSignal<T, const U extends T>(
117117
* If the subscription should persist until the `Observable` itself completes, the `manualCleanup`
118118
* option can be specified instead, which disables the automatic subscription teardown. No injection
119119
* context is needed in this configuration as well.
120-
*
121-
* @developerPreview
122120
*/
123121
export function toSignal<T, U = undefined>(
124122
source: Observable<T> | Subscribable<T>,

0 commit comments

Comments
 (0)