MCPcopy
hub / github.com/angular/angular / createProvidersConfig

Function createProvidersConfig

packages/platform-browser/src/browser.ts:166–172  ·  view source on GitHub ↗
(options?: ApplicationConfig, context?: BootstrapContext)

Source from the content-addressed store, hash-verified

164}
165
166function createProvidersConfig(options?: ApplicationConfig, context?: BootstrapContext) {
167 return {
168 platformRef: context?.platformRef,
169 appProviders: [...BROWSER_MODULE_PROVIDERS, ...(options?.providers ?? [])],
170 platformProviders: INTERNAL_BROWSER_PLATFORM_PROVIDERS,
171 };
172}
173
174/** Attempt to resolve component resources before bootstrapping in JIT mode. */
175async function resolveJitResources(): Promise<void> {

Callers 2

bootstrapApplicationFunction · 0.85
createApplicationFunction · 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…