Skip to content

Setting clearHistor="false" in HTML file is actually setting clearHistory="true" #832

Closed
@NickIliev

Description

@NickIliev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions