Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
fix(app): add root
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Mar 17, 2019
1 parent b7ebced commit 33c8fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 33c8fa4

Please sign in to comment.