| 463 | class MyTransferStateModule {} |
| 464 | |
| 465 | @NgModule({ |
| 466 | declarations: [MyTransferStateApp], |
| 467 | imports: [BrowserModule, ServerModule], |
| 468 | providers: [provideServerRendering()], |
| 469 | bootstrap: [MyTransferStateApp], |
| 470 | }) |
| 471 | class DoubleTransferStateModule {} |
| 472 | |
| 473 | @NgModule({ |
| 474 | bootstrap: [MyServerApp], |
nothing calls this directly
no test coverage detected
searching dependent graphs…