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

Function detectChanges

src/cdk/menu/menu-trigger.spec.ts:106–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105 /** run change detection and, extract and set the rendered elements */
106 const detectChanges = () => {
107 fixture.detectChanges();
108 grabElementsForTesting();
109 };
110
111 const setDocumentDirection = (dir: 'ltr' | 'rtl') => (document.dir = dir);
112

Callers 1

Calls 1

grabElementsForTestingFunction · 0.70

Tested by

no test coverage detected