Skip to content

Angular 4 to Angular 17 Migration#10

Merged
nitrobass24 merged 3 commits into
masterfrom
angular-upgrade
Jan 27, 2026
Merged

Angular 4 to Angular 17 Migration#10
nitrobass24 merged 3 commits into
masterfrom
angular-upgrade

Conversation

@nitrobass24
Copy link
Copy Markdown
Owner

Migrates frontend from Angular 4 to Angular 17 with standalone components.

Changes

  • Angular 4.2.4 → 17.3
  • Bootstrap 4 → 5.3 (removes jQuery dependency)
  • RxJS 5 → 7 with pipe operators
  • Immutable.js → native TypeScript
  • ngx-modialog → Angular CDK Dialog
  • Node 12 → Node 20 for builds

Testing

  • Build succeeds
  • UI loads correctly
  • SSE streaming works
  • All pages functional

nitrogit24 and others added 3 commits January 26, 2026 22:11
- 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>
@nitrobass24 nitrobass24 merged commit 053cc36 into master Jan 27, 2026
4 checks passed
@nitrobass24 nitrobass24 deleted the angular-upgrade branch January 27, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants