UNPKG

ng-leaflet-universal-cm

Version:

NgLeafletUniversal is an open source Angular module that extends and simplifies the Leaflet implementation for Angular.

8 lines (7 loc) 142 B
export interface ItemMapModel { title: string; subtitle: string; description: string; location: number[]; icon: string; }