Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc3ca58

Browse files
committed
Merge branch 'angular-stable-17' of https://github.com/birkskyum/js-framework-benchmark into birkskyum-angular-stable-17
2 parents 22d661c + c2b86d2 commit fc3ca58

File tree

12 files changed

+1867
-1441
lines changed

12 files changed

+1867
-1441
lines changed

frameworks/keyed/angular-cf-nozone/package-lock.json

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

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
},
1818
"private": true,
1919
"dependencies": {
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",
25-
"rxjs": "7.8.0",
26-
"tslib": "^2.3.1"
20+
"@angular/common": "17.0.2",
21+
"@angular/compiler": "17.0.2",
22+
"@angular/core": "17.0.2",
23+
"@angular/platform-browser": "17.0.2",
24+
"@angular/ssr": "17.0.0",
25+
"rxjs": "7.8.1",
26+
"tslib": "^2.6.2"
2727
},
2828
"devDependencies": {
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",
32-
"@types/node": "16.11.6",
29+
"@angular-devkit/build-angular": "17.0.0",
30+
"@angular/cli": "17.0.0",
31+
"@angular/compiler-cli": "17.0.2",
32+
"@types/node": "^18.18.9",
3333
"typescript": "5.2.2"
3434
}
3535
}

frameworks/keyed/angular-cf-nozone/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Angular-nozone-keyed</title>
5+
<title>Keyed Angular Control Flow, Manual CD/No zone.js</title>
66
<meta charset="utf-8" />
77
<link href="/css/currentStyle.css" rel="stylesheet" />
88
</head>

0 commit comments

Comments
 (0)