MCPcopy
hub / github.com/angular/angular / advance

Function advance

packages/router/test/regression_integration.spec.ts:564–567  ·  view source on GitHub ↗
(fixture: ComponentFixture<T>)

Source from the content-addressed store, hash-verified

562});
563
564async function advance<T>(fixture: ComponentFixture<T>): Promise<void> {
565 await timeout();
566 fixture.detectChanges();
567}
568
569function createRoot<T>(router: Router, type: Type<T>): ComponentFixture<T> {
570 const f = TestBed.createComponent(type);

Callers 2

createRootFunction · 0.70

Calls 2

timeoutFunction · 0.90
detectChangesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…