Defined in: angular-pacer/src/throttler/injectThrottler.ts:13
TFn extends AnyFunction
TSelected = { }
optional onUnmount: (throttler) => void;
Defined in: angular-pacer/src/throttler/injectThrottler.ts:21
Optional callback invoked when the component is destroyed. Receives the throttler instance. When provided, replaces the default cleanup (cancel); use it to call flush(), cancel(), add logging, etc.
AngularThrottler<TFn, TSelected>
void