--- id: installation title: Installation --- > VERY IMPORTANT: This library is currently in an experimental stage. This means that breaking changes will happen in minor AND patch releases. Use at your own risk. If you choose to rely on this in production in an experimental stage, please lock your version to a patch-level version to avoid unexpected breakages. ### NPM _Angular Query is compatible with Angular version 17._ ```bash $ npm i @tanstack/angular-query-experimental # or $ pnpm add @tanstack/angular-query-experimental # or $ yarn add @tanstack/angular-query-experimental ``` > Wanna give it a spin before you download? Try out the [simple](./examples/simple) or [basic](./examples/basic) examples!