geo-smart-map/src/app/app.component.html
2020-01-04 09:01:18 +07:00

4 lines
122 B
HTML

<div class="map" leaflet [leafletOptions]="options">
<div *ngFor="let x of listMarker" [leafletLayer]="x"></div>
</div>