Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Angular: remove deprecated APIs #8712

Closed
arnoud-dv opened this issue Feb 26, 2025 · 1 comment
Closed

Angular: remove deprecated APIs #8712

arnoud-dv opened this issue Feb 26, 2025 · 1 comment

Comments

@arnoud-dv
Copy link
Collaborator

arnoud-dv commented Feb 26, 2025

provideAngularQuery was replaced by provideTanStackQuery
injectQueryClient was replaced by inject(QueryClient)

Remove these APIs only in the stable release package.

dominicbachmann added a commit to dominicbachmann/query that referenced this issue Mar 8, 2025
remove deprecated APIs so that the first stable release only contains stable APIs.

BREAKING CHANGE: provideAngularQuery was removed. Use provideTanstackQuery instead.
BREAKING CHANGE: injectQueryClient was removed. Use inject(QueryClient) instead.
CLOSE: TanStack#8712
@arnoud-dv
Copy link
Collaborator Author

Done as part of #8780

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant