mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`params` has been introduced in 4.0.0-beta.0
Before:
http.get(url, new RequestOptions({params: searchParams}))
After:
http.get(url, {params: searchParams})
Fixes #14100
PR Close #14101
|
||
|---|---|---|
| .. | ||
| backends | ||
| base_request_options.ts | ||
| base_response_options.ts | ||
| body.ts | ||
| enums.ts | ||
| headers.ts | ||
| http.ts | ||
| http_module.ts | ||
| http_utils.ts | ||
| index.ts | ||
| interfaces.ts | ||
| static_request.ts | ||
| static_response.ts | ||
| url_search_params.ts | ||
| version.ts | ||