Files
mempool/frontend/src/app/shared/components/geolocation/geolocation.component.html
2022-09-04 12:02:40 +02:00

8 lines
336 B
HTML

<ng-template #formattedLocationHtml>
<span [innerHTML]="formattedLocation"></span>
</ng-template>
<span class="d-block text-truncate" [ngbTooltip]="formattedLocationHtml"
#formattedLocationEl [disableTooltip]="!isEllipsisActive(formattedLocationEl)">
<ng-template [ngTemplateOutlet]="formattedLocationHtml"></ng-template>
</span>