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
b3230f07
Commit
b3230f07
authored
Dec 09, 2019
by
Ratnadeep Rajendra Kharade
Browse files
Removed console error and changed name of app to AWADO instead of myApp
parent
658c71d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
config.xml
View file @
b3230f07
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"io.ionic.starter"
version=
"0.0.1"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
MyApp
</name>
<name>
AWADO
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework.com"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
<content
src=
"index.html"
/>
...
...
src/app/components/here-map/here-map.component.ts
View file @
b3230f07
...
...
@@ -104,7 +104,7 @@ export class HereMapComponent implements OnInit {
// needed if child gets re-created (eg on some model changes)
// note that subsequent subscriptions on the same subject will fail
// so the parent has to re-create parentSubject on changes
this
.
startRideSubject
.
unsubscribe
();
//
this.startRideSubject.unsubscribe();
}
onSuccess
(
result
)
{
...
...
src/app/hirebike/hirebike.page.ts
View file @
b3230f07
...
...
@@ -242,7 +242,7 @@ export class HirebikePage implements OnInit {
// needed if child gets re-created (eg on some model changes)
// note that subsequent subscriptions on the same subject will fail
// so the parent has to re-create parentSubject on changes
this
.
startRideSubject
.
unsubscribe
();
//
this.startRideSubject.unsubscribe();
}
onSuccess
(
result
)
{
...
...
src/app/home/home.page.ts
View file @
b3230f07
...
...
@@ -280,7 +280,7 @@ export class HomePage implements OnInit, OnDestroy {
}
ngOnDestroy
(){
this
.
locationService
.
liveLocationSubject
.
unsubscribe
();
//
this.locationService.liveLocationSubject.unsubscribe();
}
}
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