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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected