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
201867bf
Commit
201867bf
authored
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
Added HereMapComponent element in HireBikePage
parent
9fe32c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/hirebike/hirebike.page.html
+4
-4
src/app/hirebike/hirebike.page.html
with
4 additions
and
4 deletions
+4
-4
src/app/hirebike/hirebike.page.html
+
4
-
4
View file @
201867bf
...
@@ -10,15 +10,16 @@
...
@@ -10,15 +10,16 @@
</ion-header>
</ion-header>
<ion-content>
<ion-content>
<div>
<
!--
div>
<ion-item *ngIf="!isBikeHired">
<ion-item *ngIf="!isBikeHired">
<ion-input type="text" [(ngModel)]="Destination" placeholder="Enter Destination"></ion-input>
<ion-input type="text" [(ngModel)]="Destination" placeholder="Enter Destination"></ion-input>
</ion-item>
</ion-item>
<ion-item *ngIf="isBikeHired">
<ion-item *ngIf="isBikeHired">
<ion-input type="text" [(ngModel)]="Destination" placeholder="Ongoing Trip" readonly></ion-input>
<ion-input type="text" [(ngModel)]="Destination" placeholder="Ongoing Trip" readonly></ion-input>
</ion-item>
</ion-item>
</div>
</div-->
<div
#mapElement
style=
"width: 100%; height: 100%"
id=
"mapContainer"
></div>
<!--div #mapElement style="width: 100%; height: 100%" id="mapContainer"></div-->
<app-here-map
[startRideSubject]=
"startRideSubject"
[gotReservedBikeSubject]=
"gotReservedBikeSubject"
></app-here-map>
</ion-content>
</ion-content>
<ion-footer>
<ion-footer>
<div
class=
"bike-details-container"
>
<div
class=
"bike-details-container"
>
...
@@ -48,5 +49,4 @@
...
@@ -48,5 +49,4 @@
</div>
</div>
</div>
</div>
</div>
</div>
</ion-footer>
</ion-footer>
\ No newline at end of file
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