Alex Rickabaugh aef524506b fix(http): honor RequestArgs.search and RequestArgs.params map type
Currently `new Request({search: ...})` is not honored, and
`new Request({params: {'x': 'y'}) doesn't work either, as this object would have
toString() called. This change allows both of these cases to work, as proved by
the 2 new tests.

Fixes #15761

PR Close #16392
2017-05-05 14:20:26 -04:00
..
2017-05-03 09:22:32 +01:00
2017-05-03 09:22:32 +01:00
2017-05-03 09:22:32 +01:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT