Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 925 Bytes

File metadata and controls

40 lines (27 loc) · 925 Bytes
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.

NPM

Angular Query is compatible with Angular v19 and higher

npm i @tanstack/angular-query-experimental

or

pnpm add @tanstack/angular-query-experimental

or

yarn add @tanstack/angular-query-experimental

or

bun add @tanstack/angular-query-experimental

If you want Angular Query devtools, install the standalone devtools package as well:

npm i @tanstack/angular-query-devtools

Wanna give it a spin before you download? Try out the simple or basic examples!