| 448 | changeDetection: ChangeDetectionStrategy.Eager, |
| 449 | }) |
| 450 | class TestApp { |
| 451 | @ViewChild(GoogleMap) map!: GoogleMap; |
| 452 | height!: string | number | null; |
| 453 | width!: string | number | null; |
nothing calls this directly
no outgoing calls
no test coverage detected