function provideAngularQuery(queryClient): Provider[];Defined in: packages/angular-query-experimental/src/providers.ts:121
Sets up providers necessary to enable TanStack Query functionality for Angular applications.
Allows configuring a 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.