Skip to content

Commit

Permalink
Update modules/signals/rxjs-interop/src/rx-method.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Stanimirović <[email protected]>
  • Loading branch information
rainerhahnekamp and markostanimirovic authored Sep 24, 2024
1 parent 720ec77 commit 9637784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signals/rxjs-interop/src/rx-method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { isObservable, noop, Observable, Subject, Unsubscribable } from 'rxjs';

type RxMethod<Input> = ((
input: Input | Signal<Input> | Observable<Input>,
injector?: Injector
config?: { injector?: Injector }
) => Unsubscribable) &
Unsubscribable;

Expand Down

0 comments on commit 9637784

Please sign in to comment.