Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
Removed build errors
parent
8086bc6d
master
72-feedback-toast-message
73-removal-here-maps-api-key
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
src/app/components/here-map/here-map.component.html
+1
-1
src/app/components/here-map/here-map.component.html
src/app/help-line/help-line.page.ts
+4
-0
src/app/help-line/help-line.page.ts
src/app/home/home.page.html
+1
-1
src/app/home/home.page.html
src/app/home/home.page.scss
+2
-2
src/app/home/home.page.scss
src/app/home/home.page.ts
+1
-1
src/app/home/home.page.ts
with
9 additions
and
5 deletions
+9
-5
src/app/components/here-map/here-map.component.html
+
1
-
1
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>
...
...
This diff is collapsed.
Click to expand it.
src/app/help-line/help-line.page.ts
+
4
-
0
View file @
cc179ba6
...
...
@@ -12,4 +12,8 @@ export class HelpLinePage implements OnInit {
ngOnInit
()
{
}
CallHelpLine
()
{
}
}
This diff is collapsed.
Click to expand it.
src/app/home/home.page.html
+
1
-
1
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>
...
...
This diff is collapsed.
Click to expand it.
src/app/home/home.page.scss
+
2
-
2
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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/app/home/home.page.ts
+
1
-
1
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
;
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets