Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ bootstrapApp
Function
bootstrapApp
packages/core/test/bundling/forms_reactive/main.ts:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
function
bootstrapApp() {
103
return
platformBrowser().bootstrapModule(FormsExampleModule, {ngZone:
'noop'
});
104
}
105
106
(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…