跳转到内容

ToObservableOptions

Defined in: projects/view-angular-core/util/to_observable.ts:10

Options for toObservable.

20.0

optional injector?: Injector

Defined in: projects/view-angular-core/util/to_observable.ts:17

The Injector to use when creating the underlying effect which watches the signal.

If this isn’t specified, the current injection context will be used.