<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.
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.