Skip to content

Commit

Permalink
update docs config with angular examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 10, 2024
1 parent 1518ea8 commit 8493be0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,35 @@
},
{
"to": "framework/angular/examples/grouping",
"label": "Grouping"
"label": "Column Grouping"
},
{
"to": "framework/angular/examples/column-ordering",
"label": "Column Ordering"
},
{
"to": "framework/angular/examples/column-pinning",
"label": "Column Pinning"
},
{
"to": "column-pinning-sticky",
"label": "Sticky Column Pinning"
},
{
"to": "framework/angular/examples/column-visibility",
"label": "Column Visibility"
},
{
"to": "framework/angular/examples/filters",
"label": "Column Filters"
},
{
"to": "framework/angular/examples/row-selection",
"label": "Row Selection"
},
{
"to": "framework/angular/examples/signal-input",
"label": "Signal Input"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `@tanstack/qwik-table` package works with Qwik 1.
npm install @tanstack/angular-table
```

The `@tanstack/angular-table` package works with Angular 17.
The `@tanstack/angular-table` package works with Angular 17. The Angular adapter uses a new Angular Signal implementation.

## Table Core (no framework)

Expand Down

0 comments on commit 8493be0

Please sign in to comment.