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

Function detectChanges

src/cdk/menu/menu.spec.ts:158–161  ·  view source on GitHub ↗

Run change detection and extract the set of rendered elements.

()

Source from the content-addressed store, hash-verified

156
157 /** Run change detection and extract the set of rendered elements. */
158 function detectChanges() {
159 fixture.detectChanges();
160 grabElementsForTesting();
161 }
162
163 /** Open the file menu. */
164 function openFileMenu() {

Callers 3

menu.spec.tsFile · 0.70
openFileMenuFunction · 0.70
openMenuOnHoverFunction · 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…