feat(router): update RouterLink to support query params and fragment

This commit is contained in:
vsavkin
2016-06-06 15:44:12 -07:00
parent b0e7c14545
commit 33b518ad21
3 changed files with 59 additions and 9 deletions

View File

@ -193,7 +193,7 @@ export class Router {
navigate(commands: any[], extras: NavigationExtras = {}): Promise<boolean> {
return this.scheduleNavigation(this.createUrlTree(commands, extras), false);
}
/**
* Serializes a {@link UrlTree} into a string.
*/