type-alias
How to handle query parameters in a router link. One of:
merge
: Merge new with current parameters.preserve
: Preserve current parameters.type QueryParamsHandling = 'merge' | 'preserve' | '';
UrlCreationOptions#queryParamsHandling
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/router/QueryParamsHandling