Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ data.
values. These affordances reduce the “glue code” you normally write around
`MatTable`.

- **Built for Angular 20+ patterns**
- **Built for Angular 20-21+ patterns**
Uses **OnPush** change detection, `@if/@for/@let` in templates, and small
reactive streams (`BehaviorSubject/ReplaySubject` + `shareReplay`) to keep
updates efficient. The example shows **signals** + `effect()` integrating
Expand Down Expand Up @@ -346,6 +346,7 @@ interface TableTemplateReferenceExpandableObject<

| Angular version | @proangular/pro-table | Install |
| --------------- | --------------------- | -------------------------------- |
| v21 | v21.x.x | ng add @proangular/pro-table@^21 |
| v20 | v20.x.x | ng add @proangular/pro-table@^20 |
| v19 | ------ | Untested |
| v18 | ------ | Untested |
Expand Down
Loading