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

Method onDirty

packages/core/src/linker/query_list.ts:171–173  ·  view source on GitHub ↗

@internal

(cb: () => void)

Source from the content-addressed store, hash-verified

169
170 /** @internal */
171 onDirty(cb: () => void) {
172 this._onDirty = cb;
173 }
174
175 /** internal */
176 setDirty() {

Callers 1

bindQueryToSignalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected