Skip to content

Commit 85870da

Browse files
authored
Upgrades Angular 14 to 15 (merging angular-update into dev; incorporates new features, bug fixes of the dev branch) (WEB-73)
Merges the angular-update branch into dev, upgrading the application from Angular 14 to Angular 15 and integrating improvements made since the 1.0.0 release. Key Highlights: - Migrates the entire codebase from Angular 14 to Angular 15 to ensure compatibility with the latest tooling, improved performance, and long-term support. - Replaces all deprecated MatLegacy* components with their modern Angular Material equivalents. - Fully removes the @angular/flex-layout dependency and all related usage from the codebase. - Includes various new features and bug fixes introduced after the 1.0.0 release.
1 parent c7c2f60 commit 85870da

File tree

576 files changed

+16213
-17469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

576 files changed

+16213
-17469
lines changed

.browserslistrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ last 2 versions
66
> 0.5%
77
Firefox ESR
88
not dead
9+
not kaios 2.5
10+
not op_mini all
911
# For IE 9-11 support, please uncomment the next line and adjust as needed
1012
# IE 9-11

angular.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,13 @@
232232
"schematicCollections": [
233233
"@angular-eslint/schematics"
234234
]
235+
},
236+
"schematics": {
237+
"@angular-eslint/schematics:application": {
238+
"setParserOptionsProject": true
239+
},
240+
"@angular-eslint/schematics:library": {
241+
"setParserOptionsProject": true
242+
}
235243
}
236244
}

0 commit comments

Comments
 (0)