Skip to content

feat: support angular 21#2268

Open
lekhmanrus wants to merge 1 commit intoswimlane:masterfrom
lekhmanrus:feat/2262/support-angular-21
Open

feat: support angular 21#2268
lekhmanrus wants to merge 1 commit intoswimlane:masterfrom
lekhmanrus:feat/2262/support-angular-21

Conversation

@lekhmanrus
Copy link
Copy Markdown

@lekhmanrus lekhmanrus commented Jan 20, 2026

close #2262

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)
No Angular 21 support.

What is the new behavior?
Angular 21 supported.

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:


Note

Angular 21 upgrade and compatibility adjustments

  • Bump Angular framework/packages to 21.1.x; update tooling (CLI/devkit/ng-packagr), TypeScript 5.9, RxJS 7.8.2, Zone.js 0.16, TSLib 2.8, and assorted lint/test/build deps
  • Expand library peerDependencies to include Angular 21.x
  • Adjust tsconfig.json to moduleResolution: bundler; clean up lib/spec tsconfigs
  • Add provideZoneChangeDetection() to app bootstrap; minor import/order tweaks and <!doctype html>
  • ESLint: enforce kebab-case directive selectors; add eslint-disable-next-line on existing custom selectors
  • Build script: switch copy-files to use cpx targets for docs/license/assets

Written by Cursor Bugbot for commit 4aef9d8. This will update automatically on new commits. Configure here.

close swimlane#2262

Signed-off-by: Ruslan Lekhman <lekhman112@gmail.com>
@toniskobic
Copy link
Copy Markdown

Are there any updates? Is this PR going te merged soon?

@burjon
Copy link
Copy Markdown

burjon commented Mar 30, 2026

Any update?

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.

Support Angular v21

3 participants