MCPcopy Index your code
hub / github.com/angular/angular / runInitializers

Function runInitializers

packages/core/test/application_init_spec.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22describe('ApplicationInitStatus', () => {
23 let status: ApplicationInitStatus;
24 const runInitializers = () =>
25 // Cast to `any` to access an internal function for testing purposes.
26 (status as any).runInitializers();
27
28 describe('no initializers', () => {
29 beforeEach(() => {

Callers 1

Calls 1

runInitializersMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…