Skip to content

chore: Angular 16 upgrade for centraldashboard-angular frontend#224

Open
naman9271 wants to merge 1 commit intokubeflow:mainfrom
naman9271:angular
Open

chore: Angular 16 upgrade for centraldashboard-angular frontend#224
naman9271 wants to merge 1 commit intokubeflow:mainfrom
naman9271:angular

Conversation

@naman9271
Copy link
Copy Markdown

What changed

  • Upgraded Angular stack from v14 to v16 (@angular/*, CLI, build tooling)
  • Updated key dependencies (typescript ~4.9.5, rxjs ~7.8, zone.js ~0.13)
  • Updated config for Angular 16 (tsconfig, angular.json)
  • Updated webpack config for compatibility (removed deprecated loader usage)
  • Fixed strict typing/index-signature access issues
  • Updated test bootstrap to Angular 16-compatible setup

Verification

  • Build library: pass
  • App build: pass
  • Lint: pass
  • Unit tests: pass (24/24)

Screenshot

image

Risk / Follow-up

  • Non-blocking bundle budget warning remains.
  • Keep kubeflow common lib aligned with Angular 16 in CI/release images.

Fixes: #223

@google-oss-prow google-oss-prow bot added the area/dashboard-angular area - related to central dashboard angular label Feb 24, 2026
@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign orfeas-k for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: naman9271 <namanjain9271@gmail.com>
@naman9271
Copy link
Copy Markdown
Author

hi @andyatmiami @kimwnasptd
Don’t be alarmed by the number of lines changed, almost all of them come from updates in package-lock.json, which is automatically generated to ensure consistent dependency resolution. There are no large manual code changes behind this diff.

Screenshot from 2026-02-24 17-35-22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dashboard-angular area - related to central dashboard angular size/XXL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: upgrade centraldashboard-angular to Angular 16

1 participant