Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 431 Bytes

installation.md

File metadata and controls

32 lines (22 loc) · 431 Bytes
id title
installation
Installation

NPM

Angular Query is compatible with Angular v16 and higher

npm i @tanstack/angular-query

or

pnpm add @tanstack/angular-query

or

yarn add @tanstack/angular-query

or

bun add @tanstack/angular-query

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