Function: unsubscribeAll()
unsubscribeAll(
candidate?,onError?):void
Defined in: packages/rx/src/unsubscribeAll.ts:10
Unsubscribe from one or mroe RxJS subscriptions
Parameters
candidate?
UnsubscribeCandidate = {}
RxJS subscription, unsubscribe function or mix of both in array/object
onError?
(err) => void
Returns
void