feat(router): update RouterLink to support query params and fragment
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user