Skip to content

Commit 44048e0

Browse files
chore: remove deprecated @angular/flex-layout dependency
@angular/flex-layout has been deprecated since Angular v15 and is no longer maintained. The package was listed as a dependency in two datagrid apps but was not actually imported or used anywhere in the code. Removing it eliminates the unused deprecated dependency. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 7566646 commit 44048e0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

examples/fdc3-chart-and-grid/js-datagrid/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@angular/common": "21.1.5",
1616
"@angular/compiler": "21.1.5",
1717
"@angular/core": "21.1.5",
18-
"@angular/flex-layout": "^15.0.0-beta.42",
1918
"@angular/forms": "21.1.5",
2019
"@angular/material": "21.1.5",
2120
"@angular/platform-browser": "21.1.5",

examples/js-chart-and-grid-messagerouter/js-datagrid/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@angular/common": "21.1.5",
1616
"@angular/compiler": "21.1.5",
1717
"@angular/core": "21.1.5",
18-
"@angular/flex-layout": "^15.0.0-beta.42",
1918
"@angular/forms": "21.1.5",
2019
"@angular/material": "21.1.5",
2120
"@angular/platform-browser": "21.1.5",

0 commit comments

Comments
 (0)