query
query copied to clipboard
π Powerful asynchronous state management, server-state utilities and data fetching for Angular Applications
β¦ createPendingObserverResult ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/query/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes...
### Which @ngneat/query-* package(s) are the source of the bug? query ### Is this a regression? Yes ### Description when calling API in network tab I se multiple request ###...
This change allows intersecting not only current, but also stale data from multiple queries. ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit...
### Which @ngneat/query-* package(s) are relevant/releated to the feature request? query ### Description I'm having this abstract method: ```typescript abstract getStuff$( ): ObservableQueryResult; ``` ```typescript abstract getStuff$( ): ObservableQueryResult; ```...
### Which @ngneat/query-* package(s) are the source of the bug? devtools ### Is this a regression? No ### Description For more information, see https://github.com/TanStack/query/discussions/6535. In short, pre-`v5.14.5` versions of `@tanstack/query-devtools`...
### Which @ngneat/query-* package(s) are the source of the bug? query ### Is this a regression? Yes ### Description If i use this library with provideClientHydration (ssr) i get the...
### Which @ngneat/query-* package(s) are the source of the bug? query ### Is this a regression? No ### Description I cloned this repository to learn about ngneat/query with pagination. When...
### Which @ngneat/query-* package(s) are relevant/releated to the feature request? query ### Description #### Description Currently, the `injectQuery` function does not accept an `options` object directly. This feature would enhance...
### Which @ngneat/query-* package(s) are the source of the bug? query ### Is this a regression? No ### Description In my mutation function, I simulate an error: ```typescript mutationFn: ()...
### Which @ngneat/query-* package(s) are relevant/releated to the feature request? _No response_ ### Description It would be valuable to introduce a new Signal-based API in this library, inspired by Angular's...