chsakell/aspnet5-angular2-typescript

After reload page browser restore url

alexey-gorshkov opened this issue · 2 comments

After the update the browser page to restore the old page Url. Now there is a transition at the Home page.

remove the this.location.go('/'); from the app.component.ts

ngOnInit() {
   //this.location.go('/');
}

Make sure you rebuild the spa before trying it.

Thank you! I thought that the routing problem. You helped me!