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

Method notify

packages/core/primitives/signals/src/watch.ts:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36export interface Watch {
37 notify(): void;
38
39 /**
40 * Execute the reactive expression in the context of this `Watch` consumer.

Callers 15

createRendererMethod · 0.65
watch_spec.tsFile · 0.65
testingEffectFunction · 0.65
addMethod · 0.65
detachViewFromDOMFunction · 0.65
consumerMarkedDirtyFunction · 0.65
createRootEffectFunction · 0.65
consumerMarkedDirtyFunction · 0.65
markViewDirtyFunction · 0.65
executeMethod · 0.65
addSequenceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected