Skip to content

Commit

Permalink
fix(angular-virtual): fix incorrect import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Deku-nattsu committed Dec 12, 2024
1 parent 69d792e commit e676c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-virtual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Efficiently virtualize only the visible DOM nodes within massive scrollable elem

```ts
import { Component, input } from '@angular/core'
import { injectWindowVirtualizer } from '@tanstack/angular-virtual'
import { injectVirtualizer } from '@tanstack/angular-virtual'

@Component({...})
export class MyVirtualizedList {
Expand Down

0 comments on commit e676c31

Please sign in to comment.