--- 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 v16 and higher_ ```bash npm i @tanstack/angular-query-experimental ``` or ```bash pnpm add @tanstack/angular-query-experimental ``` or ```bash yarn add @tanstack/angular-query-experimental ``` or ```bash bun add @tanstack/angular-query-experimental ``` > Wanna give it a spin before you download? Try out the [simple](../examples/simple) or [basic](../examples/basic) examples!