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