Skip to content

Commit ce92ffd

Browse files
authored
doc: add tanstack-query angular support attribution (#484)
* doc: add tanstack-query angular support attribution * update
1 parent b28a2d2 commit ce92ffd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/reference/plugins/tanstack-query.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ npm install --save-dev @zenstackhq/tanstack-query
3535
| -------- | ------- | ------------------------------------------------------- | -------- | ------- |
3636
| output | String | Output directory (relative to the path of ZModel) | Yes | |
3737
| target | String | Target framework to generate for. Choose from "react", "vue", "svelte", "angular". | Yes | |
38-
| version | String | Version of TanStack Query to generate for. Choose from "v4" and "v5". Angular supports only "v5" | No | v5 |
38+
| version | String | Version of TanStack Query to generate for. Choose from "v4" and "v5". Target "angular" only works with "v5". | No | v5 |
3939
| portable | Boolean | Include TypeScript types needed to compile the generated code in the output directory. Useful when you output into another project that doesn't reference Prisma and ZenStack. You'll still need to install the "@zenstackhq/tanstack-query" package in that project. | No | false |
4040

41+
:::info
42+
Angular support is contributed by [@ScriptType](https://github.com/ScriptType).
43+
:::
44+
4145
### Hooks Signature
4246

4347
The generated hooks have the following signature convention.

0 commit comments

Comments
 (0)