Skip to content

Commit 77dd99e

Browse files
authored
fix(data): remove QueryParams deprecation warning (#5152)
Closes #5150
1 parent 107781e commit 77dd99e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/data/src/dataservices/interfaces.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ export interface RequestData {
3333
* Same as HttpClient's HttpParamsOptions which at the time of writing was
3434
* NOT exported at package level
3535
* 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.
4036
*/
4137
export interface QueryParams {
4238
[name: string]:

0 commit comments

Comments
 (0)