QueryParamsHandling

From Get docs
< @angular/routerAngular/docs/8/api/router/queryparamshandling


QueryParamsHandling

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' | '';

See also

  • NavigationExtras#queryParamsHandling
  • RouterLink


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/router/QueryParamsHandling