You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Current behavior
When I navigate away from an aux route with this code: this._router.navigate([{ outlets: { panel: null } }]);
I get routed correctly, but the guard CanDeactivate set on aux route does not get triggered.
Expected/desired behavior
I expect the guard to be triggered
We are also seeing the exact same issue on the ng2 release. We are routing in an almost identical manner to the example above, but the Guard does not get triggered.
I'm submitting a ...
Current behavior
When I navigate away from an aux route with this code:
this._router.navigate([{ outlets: { panel: null } }]);
I get routed correctly, but the guard CanDeactivate set on aux route does not get triggered.
Expected/desired behavior
I expect the guard to be triggered
Reproduction of the problem
See a demo here: http://embed.plnkr.co/jxXHrg/
What is the expected behavior?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: