| 231 | changeDetection: ChangeDetectionStrategy.Eager, |
| 232 | }) |
| 233 | class TestApp { |
| 234 | @ViewChild(MapMarker) marker!: MapMarker; |
| 235 | title!: string; |
| 236 | position!: google.maps.LatLng | google.maps.LatLngLiteral; |
nothing calls this directly
no outgoing calls
no test coverage detected