We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0f2e6 commit 644d9f3Copy full SHA for 644d9f3
packages/core/rxjs-interop/src/to_signal.ts
@@ -117,8 +117,6 @@ export function toSignal<T, const U extends T>(
117
* If the subscription should persist until the `Observable` itself completes, the `manualCleanup`
118
* option can be specified instead, which disables the automatic subscription teardown. No injection
119
* context is needed in this configuration as well.
120
- *
121
- * @developerPreview
122
*/
123
export function toSignal<T, U = undefined>(
124
source: Observable<T> | Subscribable<T>,
0 commit comments