MCPcopy
hub / github.com/angular/angular / runInitializers

Function runInitializers

packages/core/test/debug/stability_debug_spec.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 });
29
30 function runInitializers() {
31 (TestBed.inject(ApplicationInitStatus) as any).runInitializers();
32 }
33
34 it('should log pending tasks if application does not stabilize', fakeAsync(() => {
35 const pendingTasks = TestBed.inject(PendingTasks);

Callers 1

Calls 2

runInitializersMethod · 0.80
injectMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…