Skip to content

refactor(angular-query): remove deprecated APIs #8777

New issue

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

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

Already on GitHub? Sign in to your account

Conversation

dominicbachmann
Copy link
Contributor

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: #8712

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

Sorry maybe I should have described it more clearly but the idea is to remove these APIs at the last moment as part of the stable release package.

It's of course rather trivial to remove these functions, but that's why there's a task for that. I added it to the task description.

@arnoud-dv arnoud-dv closed this Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular: remove deprecated APIs
2 participants