Skip to content

feat(angular): Add support for Angular 22#21330

Open
s1gr1d wants to merge 1 commit into
developfrom
sig/prepare-angular-22
Open

feat(angular): Add support for Angular 22#21330
s1gr1d wants to merge 1 commit into
developfrom
sig/prepare-angular-22

Conversation

@s1gr1d
Copy link
Copy Markdown
Member

@s1gr1d s1gr1d commented Jun 3, 2026

Angular 22 Changelog: https://github.com/angular/angular/releases/tag/v22.0.0
And update guide: https://angular.dev/update-guide?v=21.0-22.0

  • Extended peer dependency range to <= 22.x
  • New E2E test app: angular-22
  • Updated the canary matrix entry from angular-21 → angular-22

Changes to the test app

All @angular/* dependencies bumped to ^22.0.0

  • @angular-devkit/build-angular replaced with @angular/build: ^22.0.0 (webpack builders deprecated in Angular 22)
  • All component files: added explicit changeDetection: ChangeDetectionStrategy.OnPush (Angular 22 breaking change: components without changeDetection now default to OnPush instead of Eager)

@s1gr1d s1gr1d requested a review from a team as a code owner June 3, 2026 14:54
@s1gr1d s1gr1d requested review from mydea and nicohrubec and removed request for a team June 3, 2026 14:54
Comment thread dev-packages/e2e-tests/test-applications/angular-22/package.json
@s1gr1d s1gr1d requested a review from Lms24 June 3, 2026 14:57
Copy link
Copy Markdown
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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.

3 participants