| id | installation |
|---|---|
| title | Installation |
IMPORTANT: This library is currently in an experimental stage. This means that breaking changes will happen in minor AND patch releases. Upgrade carefully. If you use this in production while in experimental stage, please lock your version to a patch-level version to avoid unexpected breaking changes.
Angular Query is compatible with Angular v19 and higher
npm i @tanstack/angular-query-experimentalor
pnpm add @tanstack/angular-query-experimentalor
yarn add @tanstack/angular-query-experimentalor
bun add @tanstack/angular-query-experimentalIf you want Angular Query devtools, install the standalone devtools package as well:
npm i @tanstack/angular-query-devtoolsWanna give it a spin before you download? Try out the simple or basic examples!