ToObservableOptions
Options for toObservable
.
interface ToObservableOptions {
injector?: Injector
}
Properties
Property | Description |
---|---|
injector?: Injector
|
The If this isn't specified, the current injection context will be used. |