We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1be49e commit 2b782e7Copy full SHA for 2b782e7
examples/angular/devtools-panel/src/app/app.config.ts
@@ -1,10 +1,7 @@
1
import { provideHttpClient, withFetch } from '@angular/common/http'
2
3
import { provideRouter } from '@angular/router'
4
-import {
5
- QueryClient,
6
- provideTanStackQuery,
7
-} from '@tanstack/angular-query'
+import { QueryClient, provideTanStackQuery } from '@tanstack/angular-query'
8
import { routes } from './app.routes'
9
import type { ApplicationConfig } from '@angular/core'
10
0 commit comments