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

Class

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

Source from the content-addressed store, hash-verified

60 encapsulation: ViewEncapsulation.None,
61})
62export class GoogleMap implements OnChanges, OnInit, OnDestroy {
63 private readonly _elementRef = inject(ElementRef);
64 private _ngZone = inject(NgZone);
65 private _eventManager = new MapEventManager(inject(NgZone));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected