Angular 4 to Angular 17 Migration#10
Merged
Merged
Conversation
- Upgrade Angular 4.2.4 to Angular 17.3.0 - Upgrade Bootstrap 4 to Bootstrap 5.3.3 - Replace Immutable.js with native TypeScript readonly + Object.freeze() - Replace ngx-modialog with Angular CDK Dialog - Convert all components to standalone (no NgModules) - Use new @if/@for control flow syntax - Update RxJS 5 to RxJS 7 pipe operators - Update Dockerfiles to Node 20 - Preserve original Angular 4 code in src/angular-v4/ for rollback Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Python 3.12 was never released for Debian Buster. Using Python 3.11 which is the latest version available for buster, maintaining glibc 2.28 compatibility for older seedbox servers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Debian Buster repos are no longer available (EOL). Using Bullseye which has glibc 2.31, supporting Linux systems from 2021+. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Migrates frontend from Angular 4 to Angular 17 with standalone components.
Changes
Testing