mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 17:52:17 +00:00
feat: add map module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<stapps-context></stapps-context>
|
||||
<stapps-context contentId="data-list"></stapps-context>
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
@@ -13,7 +13,9 @@
|
||||
<ion-searchbar
|
||||
(ngModelChange)="searchStringChanged($event)"
|
||||
[(ngModel)]="queryText"
|
||||
></ion-searchbar>
|
||||
showClearButton="always"
|
||||
>
|
||||
</ion-searchbar>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user