Skip to content

Angular 21 support #1890

@Phil147

Description

@Phil147

Problem Solved By The Feature

  • Peer dependency issues using npm i
  • having to wait for a dependency like rx-angular or run --force installs

Solution

  1. update workspace and peerDependency shortly after every Angular major version
  • as far as I can see a blocker for you is nx workspace not having updated yet
  1. soften the peerDependency e.g. with "@angular/core": ">=20.0.0" instead of ^20.0.0 allowing future major versions already
  • pro: doesn't block updates or npm installs
  • con: doesn't really guarantee compatibility as something could be broken, but that could still be fixed

I'm happy to support with a PR. Wanted to get your input first for a solution like 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions