| 600 | class RootCmp {} |
| 601 | |
| 602 | @NgModule({declarations: [CustomCmp], exports: [CustomCmp]}) |
| 603 | class CustomModule {} |
| 604 | |
| 605 | await expectAsync( |
| 606 | bootstrap(RootCmp, [{provide: ErrorHandler, useValue: errorHandler}], [], [CustomModule]), |
nothing calls this directly
no test coverage detected
searching dependent graphs…