| 24 | changeDetection: ChangeDetectionStrategy.OnPush, |
| 25 | }) |
| 26 | export class AppComponent { |
| 27 | firstName = 'John'; |
| 28 | lastName: string | undefined = undefined; |
| 29 | |
| 30 | greets = viewChildren(GreetComponent); |
| 31 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…