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

Class

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

Source from the content-addressed store, hash-verified

35 host: {'style': 'display: none'},
36})
37export class MapInfoWindow implements OnInit, OnDestroy {
38 private readonly _googleMap = inject(GoogleMap);
39 private _elementRef = inject<ElementRef<HTMLElement>>(ElementRef);
40 private _ngZone = inject(NgZone);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected