Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Can't use same named parameters in matrix style url #425

Open
withjam opened this issue Aug 5, 2016 · 0 comments
Open

Can't use same named parameters in matrix style url #425

withjam opened this issue Aug 5, 2016 · 0 comments

Comments

@withjam
Copy link

withjam commented Aug 5, 2016

When I attempt to use a url with multiple params of the same name (something that works fine in standard html urls) the activatedRoutes.parameters object ends up with only the last value. I would expect an array of values for that parameter, as has been the case for a while.

myhost/mypath;foo=bar;foo=baz should give me foo: [baz, bar] or something equivalent, instead I get { foo: baz } and lose the other values.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant