home.page.html 296 Bytes
Newer Older
Rron Jahja's avatar
Rron Jahja committed
1
2
3
4
5
6
7
8
9
10
11
<ion-header>
  <ion-toolbar>
    <ion-buttons slot="start">
      <ion-menu-button></ion-menu-button>
    </ion-buttons>
    <ion-title>
      Home
    </ion-title>
  </ion-toolbar>
</ion-header>
<ion-content>
12
  <div #map style="width: 100%; height: 100%" id="mapContainer"></div>
Rron Jahja's avatar
Rron Jahja committed
13
</ion-content>