| 35 | host: {'style': 'display: none'}, |
| 36 | }) |
| 37 | export class MapInfoWindow implements OnInit, OnDestroy { |
| 38 | private readonly _googleMap = inject(GoogleMap); |
| 39 | private _elementRef = inject<ElementRef<HTMLElement>>(ElementRef); |
| 40 | private _ngZone = inject(NgZone); |
nothing calls this directly
no outgoing calls
no test coverage detected