I am struggling with Angular framework to get my application run smoothly, but I can\'t resolve an issue with routing. I have a top level AppComponent and ap
AppComponent
ap
It seens a bug, try this as an workaround
constructor(private ngZone: NgZone, private router: Router) {} public navigate(commands: any[]): void { this.ngZone.run(() => this.router.navigate(commands)).then(); }