fix(Router): Query strings are copied for HashLocationStrategy
b/27210802 P1 Closes #7298
This commit is contained in:

committed by
Miško Hevery

parent
ebd438ff5e
commit
b47f80ec76
@ -13,5 +13,7 @@ class SpyRouter extends SpyObject implements Router {}
|
||||
class SpyRouterOutlet extends SpyObject implements RouterOutlet {}
|
||||
|
||||
class SpyPlatformLocation extends SpyObject implements PlatformLocation {
|
||||
String pathname;
|
||||
String pathname = null;
|
||||
String search = null;
|
||||
String hash = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user