app-route icon indicating copy to clipboard operation
app-route copied to clipboard

queryParams blank when using client-side navigation

Open markbrocato opened this issue 7 years ago • 0 comments

Description

<app-location query-params="{{queryParams}}"></app-location> does populate the queryParams property on initial page load, but does not update the queryParams property on subsequent navigation.

Expected outcome

The queryParams property should be updated on location-changed.

Actual outcome

The queryParams property becomes blank on subsequent navigation.

markbrocato avatar Oct 19 '17 16:10 markbrocato