MCPcopy
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
72function bootstrapApp() {
73 return platformBrowser().bootstrapModule(FormsExampleModule, {ngZone: 'noop'});
74}
75
76(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…