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