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

Function bootstrap

genkit-angular-story-generator/src/main.server.ts:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected