mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
14 lines
414 B
HTML
14 lines
414 B
HTML
<ion-header translucent>
|
|
<ion-toolbar color="primary">
|
|
<ion-title>{{ 'map.modals.single.TITLE' | translate }}</ion-title>
|
|
<ion-buttons slot="end">
|
|
<ion-button (click)="dismissAction()">{{
|
|
'app.ui.CLOSE' | translate
|
|
}}</ion-button>
|
|
</ion-buttons>
|
|
</ion-toolbar>
|
|
</ion-header>
|
|
<ion-content>
|
|
<stapps-data-detail-content [item]="item"></stapps-data-detail-content>
|
|
</ion-content>
|