We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107781e commit 77dd99eCopy full SHA for 77dd99e
1 file changed
modules/data/src/dataservices/interfaces.ts
@@ -33,10 +33,6 @@ export interface RequestData {
33
* Same as HttpClient's HttpParamsOptions which at the time of writing was
34
* NOT exported at package level
35
* https://github.com/angular/angular/issues/22013
36
- *
37
- * @deprecated Use HttpOptions instead. getWithQuery still accepts QueryParams as its
38
- * first argument, but HttpOptions.httpParams uses Angular's own HttpParamsOptions which
39
- * HttpClient accepts as an argument.
40
*/
41
export interface QueryParams {
42
[name: string]:
0 commit comments