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