MCPcopy Create free account
hub / github.com/angular/components /

Class

src/google-maps/google-map/google-map.ts:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 encapsulation: ViewEncapsulation.None,
57})
58export class GoogleMap implements OnChanges, OnInit, OnDestroy {
59 private readonly _elementRef = inject(ElementRef);
60 private _ngZone = inject(NgZone);
61 private _eventManager = new MapEventManager(inject(NgZone));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected