build: WEB-73 merge Angular 15 upgrade into dev #2446
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR 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.
All changes are consolidated into a single commit to maintain a clean and easy-to-review Git history.
This update ensures the application is up-to-date with Angular best practices and ready for future development.
Related issues and discussion
WEB-73
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md
.