1

On beta I could analyze with split Location.path(), but can't now. How do I stop the removal?

With the matrix parameters (;id=123;token=asd) everything works fine.

Tested on pure angular2-seed.

http://localhost:5555/;id=123 - all good

http://localhost:5555/?id=123 - redirect to http://localhost:5555

danday74
  • 52,471
  • 49
  • 232
  • 283
FireGM
  • 2,971
  • 2
  • 12
  • 10

1 Answers1

2

Query parameters support has yet to be implemented. This should be added with one of the next updates.

update

preserveQueryParams was added.

See also

Community
  • 1
  • 1
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567