Files
dspace-angular/src/app/shared/object-geospatial-map/object-geospatial-map.component.html
2025-03-28 18:27:35 +01:00

6 lines
133 B
HTML

<ng-container *ngIf="isPlatformBrowser(platformId)">
<ds-geospatial-map [mapInfo]="mapInfo"></ds-geospatial-map>
</ng-container>