Skip to content

Commit 05924f4

Browse files
authored
docs(angular-query): fix pagination example double devtools (#8125)
1 parent a9b3eaf commit 05924f4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/angular/pagination/src/app/components/example.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@
3636
@if (query.isFetching()) {
3737
<span>Loading...</span>
3838
}
39-
<angular-query-devtools initialIsOpen />
4039
</div>

examples/angular/pagination/src/app/components/example.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
signal,
77
untracked,
88
} from '@angular/core'
9-
import { AngularQueryDevtools } from '@tanstack/angular-query-devtools-experimental'
109
import {
1110
injectQuery,
1211
injectQueryClient,
@@ -20,7 +19,6 @@ import { ProjectsService } from '../services/projects.service'
2019
selector: 'example',
2120
standalone: true,
2221
templateUrl: './example.component.html',
23-
imports: [AngularQueryDevtools],
2422
})
2523
export class ExampleComponent {
2624
queryClient = injectQueryClient()

0 commit comments

Comments
 (0)