| 278 | class ShadowSlotsComponent {} |
| 279 | |
| 280 | @NgModule({ |
| 281 | imports: [BrowserModule], |
| 282 | declarations: [ShadowComponent, ShadowSlotComponent, ShadowSlotsComponent, StyledShadowComponent], |
| 283 | }) |
| 284 | class TestModule { |
| 285 | ngDoBootstrap() {} |
| 286 | } |
nothing calls this directly
no test coverage detected