URL query parameters for HTTP requests

Key-value pairs that will be appended to the request URL as query string. Array values will be repeated for the same parameter name.

Hierarchy

  • HttpParams

Indexable

[param: string]: string | string[]