| 164 | changeDetection: ChangeDetectionStrategy.Eager, |
| 165 | }) |
| 166 | class TestApp { |
| 167 | @ViewChild(MapCircle) circle!: MapCircle; |
| 168 | options!: google.maps.CircleOptions; |
| 169 | center!: google.maps.LatLngLiteral; |
nothing calls this directly
no outgoing calls
no test coverage detected