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