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

Function bootstrap

logistics-manager-app/src/main.server.ts:5–6  ·  view source on GitHub ↗
(context: BootstrapContext)

Source from the content-addressed store, hash-verified

3import { config } from './app/app.config.server';
4
5const bootstrap = (context: BootstrapContext) =>
6 bootstrapApplication(App, config, context);
7
8export default bootstrap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected