Shaddix / react-query-swagger

Generates react-query hooks based on Swagger API definitions
MIT License
122 stars 4 forks source link

Feature request: Support for ngneat query and the official TanStack Angular Query package #40

Open olafur164 opened 7 months ago

olafur164 commented 7 months ago

Hi, love this project but I'm looking into implementing Query into our Angular projects at my work but having difficulties finding a autogeneration tool with support for NGNeat Query and / or the official TanStack Angular Query package introduced in v5.

@Shaddix Do you think it would be difficult to implement support for https://github.com/ngneat/query and then for the official package for Angular Query from TanStack once it is out of experimental stage? https://tanstack.com/query/v5/docs/angular/overview

Shaddix commented 7 months ago

Hi! Thanks for bringing in this topic, I wasn't aware about an Angular wrapper. I'm not too deep into Angular, but I'll take a look and if it's not too complex I'll add support for it as well

Shaddix commented 7 months ago

@olafur164 Could you please +1 the following issue https://github.com/ngneat/query/issues/152 in ngneat/query?

olafur164 commented 7 months ago

Hi! Thanks for bringing in this topic, I wasn't aware about an Angular wrapper.

I'm not too deep into Angular, but I'll take a look and if it's not too complex I'll add support for it as well

Awesome, thank you!

olafur164 commented 1 month ago

How is this one going? @Shaddix