| 32 | exportAs: 'mapRectangle', |
| 33 | }) |
| 34 | export class MapRectangle implements OnInit, OnDestroy { |
| 35 | private readonly _map = inject(GoogleMap); |
| 36 | private readonly _ngZone = inject(NgZone); |
| 37 | private _eventManager = new MapEventManager(inject(NgZone)); |
nothing calls this directly
no outgoing calls
no test coverage detected