MCPcopy Create free account
hub / github.com/angular/angular / FormsExampleModule

Class FormsExampleModule

packages/core/test/bundling/forms_reactive/main.ts:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90class RootComponent {}
91
92@NgModule({
93 declarations: [RootComponent, ReactiveFormsComponent],
94 imports: [BrowserModule, ReactiveFormsModule],
95})
96class FormsExampleModule {
97 ngDoBootstrap(app: any) {
98 app.bootstrap(RootComponent);
99 }
100}
101
102function bootstrapApp() {
103 return platformBrowser().bootstrapModule(FormsExampleModule, {ngZone: 'noop'});

Callers

nothing calls this directly

Calls 1

NgModuleInterface · 0.90

Tested by

no test coverage detected