SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 1 TypeScript
# AngularCli17
feat: experimental angular query adapter (#6195) * feat(angular-query): add Angular Query * feat(angular-query): integration test * fix(angular-query): PR feedback on QueryClientService injection * fix(angular-query): PR feedback * chore(angular-query): update unit tests * feat(angular-query): custom inject functions * feat(angular-query): docs * fix(angular-query): replace React context mention with Angular injector * fix(angular-query): re-add missing angular-query-experimental package config * feat: updated angular version * feat: code improvements, DX improvements, fixed small doc example to use http client, * Update docs/angular/overview.md * version fixes * feat: use proxy object to create single signals (computed) for query fields instead of query itself being a signal and improved types * fix: docs * Update packages/angular-query-experimental/src/query-proxy.ts Co-authored-by: Chau Tran <nartc7789@gmail.com> * Update packages/angular-query-experimental/src/query-proxy.ts Co-authored-by: Chau Tran <nartc7789@gmail.com> * fix: add missing import * revert: use helper method for injectQueryClient * Add Angular-CLI apps for testing * fix: useValue instead of useFactory * fix(angular-query): examples * chore(angular-query): remove build script from angular 17 integration * fix(angular-query): add sandbox config * build working for angular-query-devtools-experimental * fix(angular-query): improve development workflow * fix(angular-query): downgrade vitest * fix(angular-query): eslint and unit test typing fix * fix(angular-query): test:ci fixes * fix(angular-query): relative workspace path to build dir * fix(angular-query): configure workspaces for top directories only * chore(angular-query): remove dead code found by Knip --------- Co-authored-by: Enea Jahollari <jahollarienea14@gmail.com> Co-authored-by: Chau Tran <nartc7789@gmail.com> Co-authored-by: Tomasz Ducin <tomasz@ducin.it> Co-authored-by: Tomasz Ducin <tomasz.ducin@gmail.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
2023-12-01 14:09:39 +01:00
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.