File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
packages/angular-query-experimental/src Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
2323/**
2424 * Injects an infinite query: a declarative dependency on an asynchronous source of data that is tied to a unique key.
2525 * Infinite queries can additively "load more" data onto an existing set of data or "infinite scroll"
26- * @param optionsFn - A function that returns infinite query options.n
26+ * @param optionsFn - A function that returns infinite query options.
2727 * @param injector - The Angular injector to use.
2828 * @returns The infinite query result.
2929 * @public
Original file line number Diff line number Diff line change @@ -23,5 +23,3 @@ export const injectQueryClient = tokens[0]
2323 * @public
2424 */
2525export const provideQueryClient = tokens [ 1 ]
26-
27- export const QUERY_CLIENT = tokens [ 2 ]
You can’t perform that action at this time.
0 commit comments