Skip to content

Commit 4621d32

Browse files
committed
update to angular 17.0.0-rc.0
1 parent 10913c6 commit 4621d32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3718
-34495
lines changed
File renamed without changes.

frameworks/keyed/angular-nozone/angular.json renamed to frameworks/keyed/angular-cf-nozone/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
"builder": "@angular-devkit/build-angular:dev-server",
6969
"configurations": {
7070
"production": {
71-
"browserTarget": "angular:build:production"
71+
"buildTarget": "angular:build:production"
7272
},
7373
"development": {
74-
"browserTarget": "angular:build:development"
74+
"buildTarget": "angular:build:development"
7575
}
7676
},
7777
"defaultConfiguration": "development"
7878
},
7979
"extract-i18n": {
8080
"builder": "@angular-devkit/build-angular:extract-i18n",
8181
"options": {
82-
"browserTarget": "angular:build"
82+
"buildTarget": "angular:build"
8383
}
8484
}
8585
}

frameworks/keyed/angular-nozone-control-flow/package-lock.json renamed to frameworks/keyed/angular-cf-nozone/package-lock.json

Lines changed: 522 additions & 607 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/angular-nozone/package.json renamed to frameworks/keyed/angular-cf-nozone/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/common": "16.2.0",
21-
"@angular/compiler": "16.2.0",
22-
"@angular/core": "16.2.0",
23-
"@angular/platform-browser": "16.2.0",
20+
"@angular/common": "17.0.0-rc.0",
21+
"@angular/compiler": "17.0.0-rc.0",
22+
"@angular/core": "17.0.0-rc.0",
23+
"@angular/platform-browser": "17.0.0-rc.0",
24+
"@angular/ssr": "17.0.0-rc.0",
2425
"rxjs": "7.8.0",
2526
"tslib": "^2.3.1"
2627
},
2728
"devDependencies": {
28-
"@angular-devkit/build-angular": "16.2.0",
29-
"@angular/cli": "16.2.0",
30-
"@angular/compiler-cli": "16.2.0",
29+
"@angular-devkit/build-angular": "17.0.0-rc.0",
30+
"@angular/cli": "17.0.0-rc.0",
31+
"@angular/compiler-cli": "17.0.0-rc.0",
3132
"@types/node": "16.11.6",
32-
"typescript": "5.1.6"
33+
"typescript": "5.2.2"
3334
}
3435
}

0 commit comments

Comments
 (0)