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

Class Test

packages/core/test/application_init_spec.ts:261–267  ·  view source on GitHub ↗

* Typing tests.

Source from the content-addressed store, hash-verified

259 */
260
261@Component({
262 template: '',
263 // @ts-expect-error: `provideAppInitializer()` should not work with Component.providers, as it
264 // wouldn't be executed anyway.
265 providers: [provideAppInitializer(() => {})],
266})
267class Test {}

Callers

nothing calls this directly

Calls 2

ComponentInterface · 0.90
provideAppInitializerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…