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

Class TestModule

packages/platform-browser/test/dom/shadow_dom_spec.ts:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278class ShadowSlotsComponent {}
279
280@NgModule({
281 imports: [BrowserModule],
282 declarations: [ShadowComponent, ShadowSlotComponent, ShadowSlotsComponent, StyledShadowComponent],
283})
284class TestModule {
285 ngDoBootstrap() {}
286}

Callers

nothing calls this directly

Calls 1

NgModuleInterface · 0.90

Tested by

no test coverage detected