Skip to content

Commit 5f8285d

Browse files
committed
docs(angular): lts note and signal attr list
1 parent 2d25843 commit 5f8285d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/framework/angular/angular-virtual.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Angular Virtual
44

55
The `@tanstack/angular-virtual` adapter is a wrapper around the core virtual logic.
66

7+
Angular Virtual supports Angular 19 and newer. In practice, the adapter is intended to support Angular LTS releases and newer.
8+
79
## `injectVirtualizer`
810

911
```ts
@@ -16,6 +18,18 @@ function injectVirtualizer<TScrollElement, TItemElement = unknown>(
1618
```
1719

1820
This function returns an `AngularVirtualizer` instance configured to work with an HTML element as the scrollElement.
21+
The returned `AngularVirtualizer` mirrors the core `Virtualizer`, but adapter-managed state is exposed through Angular signals. This includes:
22+
23+
- `getTotalSize`
24+
- `getVirtualItems`
25+
- `isScrolling`
26+
- `options`
27+
- `range`
28+
- `scrollDirection`
29+
- `scrollElement`
30+
- `scrollOffset`
31+
- `scrollRect`
32+
- `measurementsCache`
1933

2034
## `injectWindowVirtualizer`
2135

0 commit comments

Comments
 (0)