Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuilderIO/framework-benchmarks
/ bootstrap
Function
bootstrap
frameworks/angular/src/main.ts:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
function
bootstrap() {
12
platformBrowserDynamic().bootstrapModule(AppModule)
13
.catch(err => console.error(err));
14
};
15
16
17
if
(document.readyState ===
'complete'
) {
Callers
1
main.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected