| 152 | changeDetection: ChangeDetectionStrategy.Eager, |
| 153 | }) |
| 154 | class TestApp { |
| 155 | @ViewChild(MapKmlLayer) kmlLayer!: MapKmlLayer; |
| 156 | options!: google.maps.KmlLayerOptions; |
| 157 | url!: string; |
nothing calls this directly
no outgoing calls
no test coverage detected