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

Function detectChanges

modules/benchmarks/src/styling/ng2/init.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 function detectChanges() {
43 appRef.tick();
44 }
45
46 function modifyExternally() {
47 const buttonEls = componentHostEl.querySelectorAll('button') as HTMLButtonElement[];

Callers 1

initFunction · 0.70

Calls 1

tickMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…