MCPcopy 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
102function bootstrapApp() {
103 return platformBrowser().bootstrapModule(FormsExampleModule, {ngZone: 'noop'});
104}
105
106(window as any).bootstrapApp = bootstrapApp;

Callers 1

forms_e2e_spec.tsFile · 0.70

Calls 1

bootstrapModuleMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…