MCPcopy
hub / github.com/angular/components / detectChanges

Function detectChanges

src/cdk/menu/menu-bar.spec.ts:91–94  ·  view source on GitHub ↗

Run change detection and extract then set the rendered elements.

()

Source from the content-addressed store, hash-verified

89
90 /** Run change detection and extract then set the rendered elements. */
91 function detectChanges() {
92 fixture.detectChanges();
93 grabElementsForTesting();
94 }
95
96 /** Set focus to the MenuBar and run change detection. */
97 function focusMenuBar() {

Callers 6

focusMenuBarFunction · 0.70
menu-bar.spec.tsFile · 0.70
openFileMenuFunction · 0.70
openShareMenuFunction · 0.70
openFontMenuFunction · 0.70
openMenuFunction · 0.70

Calls 1

grabElementsForTestingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…