Skip to content

Using useHash won't route properly  #26

@weilinzung

Description

@weilinzung

When using useHash on the route, query params would be missing after navigating with the query params.

 RouterModule.forRoot(routes, { useHash: true })

Navigating:
http://localhost:4200/app/#/user?search=test

Then became:

http://localhost:4200/app/#/user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions