feat: add map module

This commit is contained in:
Jovan Krunić
2021-07-13 07:57:09 +00:00
parent d696215d08
commit c1c9a92ec9
44 changed files with 2138 additions and 93 deletions

View File

@@ -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>