MCPcopy
hub / github.com/angular/angular / SubscribableOutput

Interface SubscribableOutput

packages/core/src/render3/view/directive_outputs.ts:19–23  ·  view source on GitHub ↗

Describes a subscribable output field value.

Source from the content-addressed store, hash-verified

17
18/** Describes a subscribable output field value. */
19interface SubscribableOutput<T> {
20 subscribe(listener: (v: T) => void): {
21 unsubscribe: () => void;
22 };
23}
24
25export function createOutputListener(
26 tNode: TNode,

Callers 1

listenToOutputFunction · 0.65

Implementers 6

MockPushManagerpackages/service-worker/testing/mock.t
OutputFromObservableRefpackages/core/rxjs-interop/src/output_
EventEmitter_packages/core/src/event_emitter.ts
OutputEmitterRefpackages/core/src/authoring/output/out
Locationpackages/common/src/location/location.
SpyLocationpackages/common/testing/src/location_m

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…