MCPcopy
hub / github.com/angular/angular / TestModule

Class TestModule

packages/platform-browser/test/browser/bootstrap_spec.ts:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 imports: Type<any>[] = [],
170): Promise<any> {
171 @NgModule({
172 imports: [BrowserModule, ...imports],
173 declarations: [cmpType],
174 bootstrap: [cmpType],
175 providers: [provideZoneChangeDetection(), ...providers],
176 schemas: [CUSTOM_ELEMENTS_SCHEMA],
177 })
178 class TestModule {}
179 return platformBrowser(platformProviders).bootstrapModule(TestModule);
180}
181

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…