| 564 | ); |
| 565 | |
| 566 | @NgModule({ |
| 567 | declarations: [MyHostComponent, MyChildComponent], |
| 568 | bootstrap: [MyHostComponent], |
| 569 | imports: [ServerModule, BrowserModule], |
| 570 | providers: [provideNgReflectAttributes()], |
| 571 | }) |
| 572 | class FalseAttributesModule {} |
| 573 | |
| 574 | function createMyInputComponent(standalone: boolean) { |
| 575 | @Component({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…