From 42e4278f230dbb282b2bbef94c65c3eb46854ddd Mon Sep 17 00:00:00 2001 From: Dominik Dorfmeister Date: Sat, 5 Nov 2022 09:29:32 +0100 Subject: [PATCH] docs: link angular query --- docs/community/angular-query.md | 18 ++++++++++++++++++ docs/community/liaoliao666-react-query-kit.md | 2 +- .../community/lukemorales-query-key-factory.md | 2 +- docs/config.json | 10 +++++----- 4 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 docs/community/angular-query.md diff --git a/docs/community/angular-query.md b/docs/community/angular-query.md new file mode 100644 index 0000000000..0cb6edfb94 --- /dev/null +++ b/docs/community/angular-query.md @@ -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). diff --git a/docs/community/liaoliao666-react-query-kit.md b/docs/community/liaoliao666-react-query-kit.md index c1174acf3d..4a8a89d070 100644 --- a/docs/community/liaoliao666-react-query-kit.md +++ b/docs/community/liaoliao666-react-query-kit.md @@ -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 ``` diff --git a/docs/community/lukemorales-query-key-factory.md b/docs/community/lukemorales-query-key-factory.md index cf9587e758..81b02d654a 100644 --- a/docs/community/lukemorales-query-key-factory.md +++ b/docs/community/lukemorales-query-key-factory.md @@ -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 ``` diff --git a/docs/config.json b/docs/config.json index 4015be985e..6ede742ee9 100644 --- a/docs/config.json +++ b/docs/config.json @@ -64,10 +64,6 @@ { "label": "Svelte Query (Coming Soon)", "to": "#" - }, - { - "label": "Angular Query (Coming Soon)", - "to": "#" } ] }, @@ -222,6 +218,10 @@ { "label": "React Query Kit", "to": "community/liaoliao666-react-query-kit" + }, + { + "label": "Angular Query", + "to": "community/angular-query" } ] }, @@ -310,7 +310,7 @@ "to": "eslint/exhaustive-deps" }, { - "label": "prefer-query-object-syntax", + "label": "Prefer object syntax", "to": "eslint/prefer-query-object-syntax" } ]