Arnoud

Results 16 issues of Arnoud

Opted for an injector parameter for all inject* functions. An options object having an injector property might be preferable to easily add additional options in the future. But having two...

package: angular-query-experimental

package: angular-query-experimental
package: angular-query-devtools-experimental

Also updates TypeScript to 5.4.5

documentation
package: angular-query-experimental
package: angular-query-devtools-experimental

## Breaking changes ### Import paths #### withDevtools moved to subpath Most applications, to completely tree shake devtools from production builds ```ts import { withDevtools } from '@tanstack/angular-query-experimental/devtools' ``` If...

documentation
package: angular-query-experimental
package: angular-query-devtools-experimental

### Describe the bug The Angular Query devtools are lazy loaded to optimize startup performance of the app while developing and to minimize bundle sizes. However, even if the code...

package: angular-query
package: angular-query-devtools
package: angular-query-experimental
package: angular-query-devtools-experimental

Improves tree shaking to about 0,13KB Adds `deps` option - fixes #8824

documentation
package: angular-query-experimental

`injectQueries` has always been non-functional. It needs to be fixed in implementation, API and typing. PR: https://github.com/TanStack/query/pull/8690

bug
package: angular-query
package: angular-query-experimental

Moves files using `git mv` so history stays intact and merging main into this branch is easier. Removes references to experimental stage from docs Renames packages Removes deprecated APIs Todo:...

documentation
package: angular-query-experimental
package: angular-query-persist-client