Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
import
{ config } from
'./app/app.config.server'
;
12
13
const
bootstrap = () => bootstrapApplication(AppComponent, config);
14
15
export
default bootstrap;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected