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

Class

logistics-manager-app/src/app/components/map/map.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 `
26})
27export class Map {
28 @ViewChild('mapContainer') mapContainer!: ElementRef<HTMLElement>;
29
30 private map: LType.Map | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected