diff --git a/src/app/app.component.ts b/src/app/app.component.ts index a424b563..8d731cc7 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -113,7 +113,7 @@ export class AppComponent { initializeApp() { this.platform.ready().then(() => { - this.routing.loadRouting({ clearOnRoot: true }); + this.routing.loadRouting({ root: '/', clearOnRoot: true }); this.statusBar.styleDefault(); this.splashScreen.hide(); });