File tree 3 files changed +0
-40
lines changed
packages/angular-query/src
3 files changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,4 @@ export * from './inject-mutation'
26
26
export * from './inject-mutation-state'
27
27
export * from './inject-queries'
28
28
export * from './inject-query'
29
- export * from './inject-query-client'
30
29
export * from './providers'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -112,22 +112,6 @@ export function provideTanStackQuery(
112
112
] )
113
113
}
114
114
115
- /**
116
- * Sets up providers necessary to enable TanStack Query functionality for Angular applications.
117
- *
118
- * Allows to configure a `QueryClient`.
119
- * @param queryClient - A `QueryClient` instance.
120
- * @returns A set of providers to set up TanStack Query.
121
- * @public
122
- * @see https://tanstack.com/query/v5/docs/framework/angular/quick-start
123
- * @deprecated Use `provideTanStackQuery` instead.
124
- */
125
- export function provideAngularQuery (
126
- queryClient : QueryClient ,
127
- ) : EnvironmentProviders {
128
- return provideTanStackQuery ( queryClient )
129
- }
130
-
131
115
/**
132
116
* Helper type to represent a Query feature.
133
117
*/
You can’t perform that action at this time.
0 commit comments