Skip to content

Commit fc743a9

Browse files
authored
docs: link angular query (#4461)
1 parent ade0757 commit fc743a9

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

docs/community/angular-query.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: angular-query
3+
title: Angular Query
4+
---
5+
6+
The Angular adapter is available as a community library: [ngneat/query](https://ngneat.github.io/query/). It is based on the TanStack/query-core.
7+
8+
## Installation
9+
10+
```bash
11+
$ npm i @ngneat/query
12+
# or
13+
$ pnpm add @ngneat/query
14+
# or
15+
$ yarn add @ngneat/query
16+
```
17+
18+
Check the complete documentation on [GitHub](https://github.com/ngneat/query).

docs/community/liaoliao666-react-query-kit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ should be installed as one of your project's `dependencies`:
2121
```bash
2222
$ npm i react-query-kit
2323
# or
24-
$ pnpm add react-query-kit
24+
$ pnpm add react-query-kit
2525
# or
2626
$ yarn add react-query-kit
2727
```

docs/community/lukemorales-query-key-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can install Query Key Factory via [NPM](https://www.npmjs.com/package/@lukem
1212
```bash
1313
$ npm i @lukemorales/query-key-factory
1414
# or
15-
$ pnpm add @lukemorales/query-key-factory
15+
$ pnpm add @lukemorales/query-key-factory
1616
# or
1717
$ yarn add @lukemorales/query-key-factory
1818
```

docs/config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
{
6565
"label": "Svelte Query (Coming Soon)",
6666
"to": "#"
67-
},
68-
{
69-
"label": "Angular Query (Coming Soon)",
70-
"to": "#"
7167
}
7268
]
7369
},
@@ -222,6 +218,10 @@
222218
{
223219
"label": "React Query Kit",
224220
"to": "community/liaoliao666-react-query-kit"
221+
},
222+
{
223+
"label": "Angular Query",
224+
"to": "community/angular-query"
225225
}
226226
]
227227
},
@@ -310,7 +310,7 @@
310310
"to": "eslint/exhaustive-deps"
311311
},
312312
{
313-
"label": "prefer-query-object-syntax",
313+
"label": "Prefer object syntax",
314314
"to": "eslint/prefer-query-object-syntax"
315315
}
316316
]

0 commit comments

Comments
 (0)