MCPcopy Index your code
hub / github.com/angular/angular / dispose

Method dispose

packages/common/src/pipes/async_pipe.ts:31–31  ·  view source on GitHub ↗
(subscription: Unsubscribable | PromiseLike<any>)

Source from the content-addressed store, hash-verified

29 onError: (e: unknown) => void,
30 ): Unsubscribable | PromiseLike<any>;
31 dispose(subscription: Unsubscribable | PromiseLike<any>): void;
32}
33
34class SubscribableStrategy implements SubscriptionStrategy {

Callers 2

_disposeMethod · 0.65
transformAndPrintMethod · 0.65

Implementers 2

SubscribableStrategypackages/common/src/pipes/async_pipe.t
PromiseStrategypackages/common/src/pipes/async_pipe.t

Calls

no outgoing calls

Tested by

no test coverage detected