MCPcopy
hub / github.com/angular/angular / untilStable

Function untilStable

packages/service-worker/test/provider_spec.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 let swRegisterSpy: jasmine.Spy;
37
38 const untilStable = () => {
39 return TestBed.inject(ApplicationRef).whenStable();
40 };
41
42 beforeEach(
43 () =>

Callers 2

configTestBedFunction · 0.85
provider_spec.tsFile · 0.85

Calls 2

whenStableMethod · 0.65
injectMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…