| 155 | changeDetection: ChangeDetectionStrategy.Eager, |
| 156 | }) |
| 157 | class TestApp { |
| 158 | @ViewChild(MapPolygon) polygon!: MapPolygon; |
| 159 | options!: google.maps.PolygonOptions; |
| 160 | paths!: google.maps.LatLngLiteral[]; |
nothing calls this directly
no outgoing calls
no test coverage detected