mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update examples to latest Angular
Updates the adev examples to use Angular 21.0.0-rc.2
This commit is contained in:
parent
25546f6152
commit
7e70682f2b
1 changed files with 7 additions and 7 deletions
|
|
@ -9,18 +9,18 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "^20.2.0",
|
||||
"@angular/compiler": "^20.2.0",
|
||||
"@angular/core": "^20.2.0",
|
||||
"@angular/platform-browser": "^20.2.0",
|
||||
"@angular/common": "^21.0.0-rc.2",
|
||||
"@angular/compiler": "^21.0.0-rc.2",
|
||||
"@angular/core": "^21.0.0-rc.2",
|
||||
"@angular/platform-browser": "^21.0.0-rc.2",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^20.2.0",
|
||||
"@angular/cli": "^20.2.0",
|
||||
"@angular/compiler-cli": "^20.2.0",
|
||||
"@angular/build": "^21.0.0-rc.2",
|
||||
"@angular/cli": "^21.0.0-rc.2",
|
||||
"@angular/compiler-cli": "^21.0.0-rc.2",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue