MCPcopy Create free account
hub / github.com/angular/examples / bootstrap

Function bootstrap

dynamic-sdui-app/src/main.server.ts:12–13  ·  view source on GitHub ↗
(context: BootstrapContext)

Source from the content-addressed store, hash-verified

10import { config } from './app/app.config.server';
11
12const bootstrap = (context: BootstrapContext) =>
13 bootstrapApplication(App, config, context);
14
15export default bootstrap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected