• Overview
@angular/core/rxjs-interop

ToObservableOptions

interface

Options for toObservable.

  
    interface ToObservableOptions {}
  
  

injector

Injector | undefined

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.

Jump to details