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

Class

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

Source from the content-addressed store, hash-verified

15 exportAs: 'mapBaseLayer',
16})
17export class MapBaseLayer implements OnInit, OnDestroy {
18 protected readonly _map = inject(GoogleMap);
19 protected readonly _ngZone = inject(NgZone);
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected