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

Function bootstrap

genkit-angular-starter-kit/src/main.server.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected