Commit cc179ba6 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

Removed build errors

parent 8086bc6d
<div #mapElement style="width: 100%; height: 100%" id="mapContainer" *ngIf="!is3DChecked"></div>
<div #mapElement style="width: 100%; height: 100%" id="mapContainer"></div>
<ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
<ion-fab-button>
<ion-icon name="locate"></ion-icon>
......
......@@ -12,4 +12,8 @@ export class HelpLinePage implements OnInit {
ngOnInit() {
}
CallHelpLine() {
}
}
......@@ -13,7 +13,7 @@
</ion-header>
<ion-content>
<div #mapElement style="width: 100%; height: 100%" id="mapContainer" *ngIf="!is3DChecked"></div>
<div #mapElement style="width: 100%; height: 100%" id="mapContainer"></div>
<ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
<ion-fab-button>
<ion-icon name="locate"></ion-icon>
......
......@@ -31,7 +31,7 @@ ion-footer{
position: relative;
.distance-data{
padding-right: 70px;
padding-right: 80px;
padding-left: 60px;
font-size: 14px;
......@@ -58,7 +58,7 @@ ion-footer{
bottom: 0;
line-height: 70px;
text-align: center;
width: 70px;
width: 80px;
font-size: 20px;
}
}
......
......@@ -30,7 +30,7 @@ export class HomePage implements OnInit, OnDestroy {
bikeApi: Observable<any>;
public isDetailsVisible = false;
public selectedBike = { id: 0 };
public selectedBike:any = { id: 0 };
public distance="";
public isBikeReserved = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment