Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ bootstrapApp
Function
bootstrapApp
packages/core/test/bundling/forms_template_driven/main.ts:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
function
bootstrapApp() {
73
return
platformBrowser().bootstrapModule(FormsExampleModule, {ngZone:
'noop'
});
74
}
75
76
(window as any).bootstrapApp = bootstrapApp;
Callers
1
forms_e2e_spec.ts
File · 0.70
Calls
1
bootstrapModule
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…