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 class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
<ion-fab-button> <ion-fab-button>
<ion-icon name="locate"></ion-icon> <ion-icon name="locate"></ion-icon>
......
...@@ -12,4 +12,8 @@ export class HelpLinePage implements OnInit { ...@@ -12,4 +12,8 @@ export class HelpLinePage implements OnInit {
ngOnInit() { ngOnInit() {
} }
CallHelpLine() {
}
} }
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</ion-header> </ion-header>
<ion-content> <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 class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
<ion-fab-button> <ion-fab-button>
<ion-icon name="locate"></ion-icon> <ion-icon name="locate"></ion-icon>
......
...@@ -31,7 +31,7 @@ ion-footer{ ...@@ -31,7 +31,7 @@ ion-footer{
position: relative; position: relative;
.distance-data{ .distance-data{
padding-right: 70px; padding-right: 80px;
padding-left: 60px; padding-left: 60px;
font-size: 14px; font-size: 14px;
...@@ -58,7 +58,7 @@ ion-footer{ ...@@ -58,7 +58,7 @@ ion-footer{
bottom: 0; bottom: 0;
line-height: 70px; line-height: 70px;
text-align: center; text-align: center;
width: 70px; width: 80px;
font-size: 20px; font-size: 20px;
} }
} }
......
...@@ -30,7 +30,7 @@ export class HomePage implements OnInit, OnDestroy { ...@@ -30,7 +30,7 @@ export class HomePage implements OnInit, OnDestroy {
bikeApi: Observable<any>; bikeApi: Observable<any>;
public isDetailsVisible = false; public isDetailsVisible = false;
public selectedBike = { id: 0 }; public selectedBike:any = { id: 0 };
public distance=""; public distance="";
public isBikeReserved = false; 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