MCPcopy Create free account
hub / github.com/TanStack/query / provideAngularQuery

Function provideAngularQuery

packages/angular-query-experimental/src/providers.ts:124–126  ·  view source on GitHub ↗
(queryClient: QueryClient)

Source from the content-addressed store, hash-verified

122 * @deprecated Use `provideTanStackQuery` instead.
123 */
124export function provideAngularQuery(queryClient: QueryClient): Array<Provider> {
125 return provideTanStackQuery(queryClient)
126}
127
128const queryFeatures = ['Devtools', 'PersistQueryClient'] as const
129

Callers

nothing calls this directly

Calls 1

provideTanStackQueryFunction · 0.85

Tested by

no test coverage detected