MCPcopy
hub / github.com/angular/angular / bootstrap

Function bootstrap

packages/platform-server/test/hydration_utils.ts:267–268  ·  view source on GitHub ↗
(context: BootstrapContext)

Source from the content-addressed store, hash-verified

265 ];
266
267 const bootstrap = (context: BootstrapContext) =>
268 bootstrapApplication(component, {providers}, context);
269
270 return await renderApplication(bootstrap, {
271 document: options?.doc ?? defaultHtml,

Callers 1

renderApplicationFunction · 0.50

Calls 1

bootstrapApplicationFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…