Skip to content

Commit 5fc5478

Browse files
committed
refactor(angular): rename Angular table subscribe property to computed
1 parent de832bb commit 5fc5478

6 files changed

Lines changed: 782 additions & 13 deletions

File tree

docs/config.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"label": "Angular Table Adapter",
3535
"to": "framework/angular/angular-table"
3636
},
37+
{
38+
"label": "Migrating to V9",
39+
"to": "framework/angular/guide/migrating"
40+
},
3741
{
3842
"label": "Rendering components",
3943
"to": "framework/angular/guide/rendering"
@@ -859,16 +863,16 @@
859863
{
860864
"label": "angular",
861865
"children": [
862-
{ "to": "framework/angular/examples/row-selection", "label": "Row Selection" },
863-
{ "to": "framework/angular/examples/row-selection-signal", "label": "Row Selection (Signal)" },
864-
{ "to": "framework/angular/examples/expanding", "label": "Row Expanding" },
866+
{ "to": "framework/angular/examples/filters", "label": "Column Filters" },
865867
{ "to": "framework/angular/examples/column-ordering", "label": "Column Ordering" },
866868
{ "to": "framework/angular/examples/column-pinning", "label": "Column Pinning" },
867869
{ "to": "framework/angular/examples/column-pinning-sticky", "label": "Column Pinning (Sticky)" },
868-
{ "to": "framework/angular/examples/column-visibility", "label": "Column Visibility" },
869-
{ "to": "framework/angular/examples/filters", "label": "Column Filters" },
870870
{ "to": "framework/angular/examples/column-resizing-performant", "label": "Column Resizing" },
871-
{ "to": "framework/angular/examples/grouping", "label": "Column Grouping" }
871+
{ "to": "framework/angular/examples/column-visibility", "label": "Column Visibility" },
872+
{ "to": "framework/angular/examples/expanding", "label": "Row Expanding" },
873+
{ "to": "framework/angular/examples/grouping", "label": "Column Grouping" },
874+
{ "to": "framework/angular/examples/row-selection", "label": "Row Selection" },
875+
{ "to": "framework/angular/examples/row-selection-signal", "label": "Row Selection (Signal)" }
872876
]
873877
},
874878
{
@@ -963,8 +967,8 @@
963967
"children": [
964968
{ "to": "framework/angular/examples/composable-tables", "label": "Composable Tables" },
965969
{ "to": "framework/angular/examples/custom-plugin", "label": "Custom Plugin" },
966-
{ "to": "framework/angular/examples/remote-data", "label": "Fetch API data (SPA / SSR)" },
967970
{ "to": "framework/angular/examples/sub-components", "label": "Sub Components" },
971+
{ "to": "framework/angular/examples/remote-data", "label": "Fetch API data (SPA / SSR)" },
968972
{ "to": "framework/angular/examples/signal-input", "label": "Signal Input" },
969973
{ "to": "framework/angular/examples/editable", "label": "Editable data" },
970974
{ "to": "framework/angular/examples/row-dnd", "label": "Row Drag & Drop" }

0 commit comments

Comments
 (0)