query icon indicating copy to clipboard operation
query copied to clipboard

Angular: fix `injectQueries`

Open arnoud-dv opened this issue 10 months ago • 3 comments

injectQueries has always been non-functional. It needs to be fixed in implementation, API and typing.

PR: https://github.com/TanStack/query/pull/8690

arnoud-dv avatar Feb 26 '25 17:02 arnoud-dv

What's the current approach to building with Angular + TanStack Query ? All based on the Query client?

P.S.: No wonder I was pulling my hair about onSucess and onError not working. I had initially come to report this... 😅

Marcial1234 avatar Apr 18 '25 20:04 Marcial1234

Any idea when we’ll be able to use injectQueries?

TomSchrier avatar Oct 30 '25 10:10 TomSchrier

Since your change we are stuck with out version:

    "@tanstack/angular-query-devtools-experimental": "5.87.4",
    "@tanstack/angular-query-experimental": "5.87.4",
    "@tanstack/query-async-storage-persister": "5.87.4",
    "@tanstack/query-persist-client-core": "5.87.4",
    "@tanstack/query-sync-storage-persister": "5.87.4",

danielehrhardt avatar Nov 14 '25 09:11 danielehrhardt