Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/angular/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/cli": "^20.3.15",

Choose a reason for hiding this comment

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

high

To maintain consistency and avoid potential build or runtime errors, it's a best practice to keep all @angular/* packages at the same version. Please update all other @angular/* packages in this file (in both dependencies and devDependencies) to ^20.3.15 to match this one.

References
  1. It is a best practice in Angular development to keep all official Angular packages (@angular/*) at the same version to ensure compatibility and avoid unexpected issues.

"@angular/compiler-cli": "^20.0.0",
"typescript": "5.8.3"
}
Expand Down
Loading