Skip to content

Commit 9c4b006

Browse files
authored
v21.0.0 - Angular v21 updates & security updates.
* Initial * `ng update @angular/cli` * `ng update @angular/material` * `ng update angular-eslint` * Version uptick * Security updates. * Final peer package updates
1 parent 6d28155 commit 9c4b006

File tree

5 files changed

+5351
-4279
lines changed

5 files changed

+5351
-4279
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ data.
137137
values. These affordances reduce the “glue code” you normally write around
138138
`MatTable`.
139139

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

347347
| Angular version | @proangular/pro-table | Install |
348348
| --------------- | --------------------- | -------------------------------- |
349+
| v21 | v21.x.x | ng add @proangular/pro-table@^21 |
349350
| v20 | v20.x.x | ng add @proangular/pro-table@^20 |
350351
| v19 | ------ | Untested |
351352
| v18 | ------ | Untested |

0 commit comments

Comments
 (0)