-
When is the end date for the experimental version of Angular Query? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I cannot give an end date. I work on this in my spare time of which I didn't have much lately. There is an issue with type narrowing on query results in templates. I hope to test improvements on signal type narrowing in Angular 18 soon and see if this will be solved without needing API changes in the adapter. Contributions and testing on injectQueries and SSR would help. I am working on adding observable support to queryFn and I hope to finish this in a week or two. |
Beta Was this translation helpful? Give feedback.
-
Hi see PR type narrowing it it may helps @arnoud-dv |
Beta Was this translation helpful? Give feedback.
-
Hi @arnoud-dv, could I kindly ask about the status of this discussion, what are for you what's blocking the release of a stable version ? I do believe the experimental warning on npm may lower the people adopting this library and would love to see it growing. Thanks again for the work done |
Beta Was this translation helpful? Give feedback.
I cannot give an end date. I work on this in my spare time of which I didn't have much lately.
There is an issue with type narrowing on query results in templates. I hope to test improvements on signal type narrowing in Angular 18 soon and see if this will be solved without needing API changes in the adapter.
Contributions and testing on injectQueries and SSR would help. I am working on adding observable support to queryFn and I hope to finish this in a week or two.