Options for debounced.
debounced
interface DebouncedOptions<T> { injector?: Injector | undefined; equal?: ValueEqualityFn<T> | undefined;}
Injector | undefined
The Injector to use for the debounced resource.
Injector
ValueEqualityFn<T> | undefined
The equality function to use for comparing values.