mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
feat: add map module
This commit is contained in:
13
src/app/modules/map/page/modals/map-single.html
Normal file
13
src/app/modules/map/page/modals/map-single.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<ion-header translucent>
|
||||
<ion-toolbar>
|
||||
<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>
|
||||
Reference in New Issue
Block a user