Skip to content

Commit

Permalink
docs(angular-query): fix pagination example double devtools (#8125)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv authored Oct 3, 2024
1 parent a9b3eaf commit 05924f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@
@if (query.isFetching()) {
<span>Loading...</span>
}
<angular-query-devtools initialIsOpen />
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
signal,
untracked,
} from '@angular/core'
import { AngularQueryDevtools } from '@tanstack/angular-query-devtools-experimental'
import {
injectQuery,
injectQueryClient,
Expand All @@ -20,7 +19,6 @@ import { ProjectsService } from '../services/projects.service'
selector: 'example',
standalone: true,
templateUrl: './example.component.html',
imports: [AngularQueryDevtools],
})
export class ExampleComponent {
queryClient = injectQueryClient()
Expand Down

0 comments on commit 05924f4

Please sign in to comment.