docs(router): fix typo (#18479)
This commit is contained in:
parent
1640d2aa0b
commit
81cb5bc3a7
|
@ -70,7 +70,7 @@ import {UrlTree} from '../url_tree';
|
||||||
*
|
*
|
||||||
* You can tell the directive to how to handle queryParams, available options are:
|
* You can tell the directive to how to handle queryParams, available options are:
|
||||||
* - 'merge' merge the queryParams into the current queryParams
|
* - 'merge' merge the queryParams into the current queryParams
|
||||||
* - 'preserve' prserve the current queryParams
|
* - 'preserve' preserve the current queryParams
|
||||||
* - default / '' use the queryParams only
|
* - default / '' use the queryParams only
|
||||||
* same options for {@link NavigationExtras#queryParamsHandling}
|
* same options for {@link NavigationExtras#queryParamsHandling}
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue