Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/community/angular-query.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
id: angular-query
title: Angular Query
---

The Angular adapter is available as a community library: [ngneat/query](https://ngneat.github.io/query/). It is based on the TanStack/query-core.

## Installation

```bash
$ npm i @ngneat/query
# or
$ pnpm add @ngneat/query
# or
$ yarn add @ngneat/query
```

Check the complete documentation on [GitHub](https://github.com/ngneat/query).
2 changes: 1 addition & 1 deletion docs/community/liaoliao666-react-query-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ should be installed as one of your project's `dependencies`:
```bash
$ npm i react-query-kit
# or
$ pnpm add react-query-kit
$ pnpm add react-query-kit
# or
$ yarn add react-query-kit
```
Expand Down
2 changes: 1 addition & 1 deletion docs/community/lukemorales-query-key-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can install Query Key Factory via [NPM](https://www.npmjs.com/package/@lukem
```bash
$ npm i @lukemorales/query-key-factory
# or
$ pnpm add @lukemorales/query-key-factory
$ pnpm add @lukemorales/query-key-factory
# or
$ yarn add @lukemorales/query-key-factory
```
Expand Down
10 changes: 5 additions & 5 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
{
"label": "Svelte Query (Coming Soon)",
"to": "#"
},
{
"label": "Angular Query (Coming Soon)",
"to": "#"
}
]
},
Expand Down Expand Up @@ -222,6 +218,10 @@
{
"label": "React Query Kit",
"to": "community/liaoliao666-react-query-kit"
},
{
"label": "Angular Query",
"to": "community/angular-query"
}
]
},
Expand Down Expand Up @@ -310,7 +310,7 @@
"to": "eslint/exhaustive-deps"
},
{
"label": "prefer-query-object-syntax",
"label": "Prefer object syntax",
"to": "eslint/prefer-query-object-syntax"
}
]
Expand Down