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