MCPcopy
hub / github.com/angular/angular / isApplicationBootstrapConfig

Function isApplicationBootstrapConfig

packages/core/src/platform/bootstrap.ts:69–73  ·  view source on GitHub ↗
(
  config: ApplicationBootstrapConfig | ModuleBootstrapConfig<unknown>,
)

Source from the content-addressed store, hash-verified

67}
68
69function isApplicationBootstrapConfig(
70 config: ApplicationBootstrapConfig | ModuleBootstrapConfig<unknown>,
71): config is ApplicationBootstrapConfig {
72 return !(config as ModuleBootstrapConfig<unknown>).moduleRef;
73}
74
75export function bootstrap<M>(
76 moduleBootstrapConfig: ModuleBootstrapConfig<M>,

Callers 1

bootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…