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

Class

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

Source from the content-addressed store, hash-verified

32 exportAs: 'mapRectangle',
33})
34export class MapRectangle implements OnInit, OnDestroy {
35 private readonly _map = inject(GoogleMap);
36 private readonly _ngZone = inject(NgZone);
37 private _eventManager = new MapEventManager(inject(NgZone));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected