function provideAngularQuery(queryClient): Provider[]
function provideAngularQuery(queryClient): Provider[]
Defined in: providers.ts:124
Sets up providers necessary to enable TanStack Query functionality for Angular applications.
Allows to configure a QueryClient.
QueryClient
A QueryClient instance.
Provider[]
A set of providers to set up TanStack Query.
https://tanstack.com/query/v5/docs/framework/angular/quick-start
Use provideTanStackQuery instead.