-
Notifications
You must be signed in to change notification settings - Fork 138
Support for Angular v21 and a bug fix! #1012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
christopherthielen
merged 15 commits into
ui-router:master
from
lindolo25:chore/ng-v21-support
Jan 3, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
67a673b
Update Angular packages to v21. This commit also updates minor/mayor
lindolo25 1528733
Update to compiler options for tests, this fixes failing tests after …
lindolo25 882fd83
Update downstream test porject for typescript to version 5.9
lindolo25 2cbb420
Replace downstream test project for standalone angular v20 with a v21
lindolo25 1c63f39
update angular version for downstream project v21-standalone from v20 to
lindolo25 ff3c9d3
Replace downstream test project for v20 to v21.
lindolo25 c1d8012
Update donwstream_projects file, Angular tests are now v21.
lindolo25 a647147
replace *ngIf with @if for UIView component. it includes transforming
lindolo25 6419ccb
New test cases to confirm projected content is restored for UIView when
lindolo25 3cfdffe
New tests suites for zoneless specific scenarios related to UIView.
lindolo25 b73d2e0
Update to configuration for scripts. added tests fo zoneless and update
lindolo25 9763afb
Create zoneless downstream project to test for any regressions with
lindolo25 2ca4491
reverting the addition of change detection onPush for UIView component.
lindolo25 1a23597
Merge remote-tracking branch 'upstream/master' into chore/ng-v21-support
lindolo25 74d7e35
Bump uirouter/core peer dependency to v6.1.2
lindolo25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...angular-versions/v20-standalone/README.md → ...angular-versions/v21-standalone/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
35 changes: 16 additions & 19 deletions
35
test-angular-versions/v20/package.json → ...ular-versions/v21-standalone/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,27 @@ | ||||||
| # v21-zoneless | ||||||
|
|
||||||
| This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 20.0.5. | ||||||
|
||||||
| This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 20.0.5. | |
| This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 21.0.2. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README states the project was generated with Angular CLI version 20.0.5, but this is a v21-standalone project. Update the version number to match the project version (e.g., 21.0.2 based on package.json).