| 60 | encapsulation: ViewEncapsulation.None, |
| 61 | }) |
| 62 | export class GoogleMap implements OnChanges, OnInit, OnDestroy { |
| 63 | private readonly _elementRef = inject(ElementRef); |
| 64 | private _ngZone = inject(NgZone); |
| 65 | private _eventManager = new MapEventManager(inject(NgZone)); |
nothing calls this directly
no outgoing calls
no test coverage detected