| 149 | changeDetection: ChangeDetectionStrategy.Eager, |
| 150 | }) |
| 151 | class TestApp { |
| 152 | @ViewChild(MapRectangle) rectangle!: MapRectangle; |
| 153 | options!: google.maps.RectangleOptions; |
| 154 | bounds!: google.maps.LatLngBoundsLiteral; |
nothing calls this directly
no outgoing calls
no test coverage detected