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
Test application demonstrating the issue can be found here
Steps to reproduce:
navigate to a page while using clearHistory="false" in the HTML
e.g.
<!-- Setting clearHistory="false" via HTML is causing clearHistory to be TRUE -->
<Label [nsRouterLink]="['/item', item.id]" clearHistory="false" [text]="item.name"></Label>
return back using the hardware back button
Result: the app is exiting (if using the test application) instead of returning to the main page.
The text was updated successfully, but these errors were encountered:
Test application demonstrating the issue can be found here
Steps to reproduce:
e.g.
Result: the app is exiting (if using the test application) instead of returning to the main page.
The text was updated successfully, but these errors were encountered: