Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
cc179ba6
Commit
cc179ba6
authored
Jan 13, 2020
by
Ratnadeep Rajendra Kharade
Browse files
Removed build errors
parent
8086bc6d
Changes
5
Show whitespace changes
Inline
Side-by-side
src/app/components/here-map/here-map.component.html
View file @
cc179ba6
<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>
...
...
src/app/help-line/help-line.page.ts
View file @
cc179ba6
...
...
@@ -12,4 +12,8 @@ export class HelpLinePage implements OnInit {
ngOnInit
()
{
}
CallHelpLine
()
{
}
}
src/app/home/home.page.html
View file @
cc179ba6
...
...
@@ -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>
...
...
src/app/home/home.page.scss
View file @
cc179ba6
...
...
@@ -31,7 +31,7 @@ ion-footer{
position
:
relative
;
.distance-data
{
padding-right
:
7
0px
;
padding-right
:
8
0px
;
padding-left
:
60px
;
font-size
:
14px
;
...
...
@@ -58,7 +58,7 @@ ion-footer{
bottom
:
0
;
line-height
:
70px
;
text-align
:
center
;
width
:
7
0px
;
width
:
8
0px
;
font-size
:
20px
;
}
}
...
...
src/app/home/home.page.ts
View file @
cc179ba6
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment