Skip to content

Commit 1b9aa4e

Browse files
committed
chore: update to Ng 17
1 parent 7384213 commit 1b9aa4e

4 files changed

Lines changed: 1780 additions & 1720 deletions

File tree

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"serve": {
4646
"builder": "@angular-devkit/build-angular:dev-server",
4747
"options": {
48-
"browserTarget": "angular-split-app:build"
48+
"buildTarget": "angular-split-app:build"
4949
},
5050
"configurations": {
5151
"production": {
52-
"browserTarget": "angular-split-app:build:production"
52+
"buildTarget": "angular-split-app:build:production"
5353
},
5454
"development": {
55-
"browserTarget": "angular-split-app:build:development"
55+
"buildTarget": "angular-split-app:build:development"
5656
}
5757
},
5858
"defaultConfiguration": "development"

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"private": true,
2727
"dependencies": {
28-
"@angular/animations": "^16.2.2",
29-
"@angular/common": "^16.2.2",
30-
"@angular/compiler": "^16.2.2",
31-
"@angular/core": "^16.2.2",
32-
"@angular/forms": "^16.2.2",
33-
"@angular/platform-browser": "^16.2.2",
34-
"@angular/platform-browser-dynamic": "^16.2.2",
35-
"@angular/router": "^16.2.2",
28+
"@angular/animations": "^17.0.2",
29+
"@angular/common": "^17.0.2",
30+
"@angular/compiler": "^17.0.2",
31+
"@angular/core": "^17.0.2",
32+
"@angular/forms": "^17.0.2",
33+
"@angular/platform-browser": "^17.0.2",
34+
"@angular/platform-browser-dynamic": "^17.0.2",
35+
"@angular/router": "^17.0.2",
3636
"angular-cli-ghpages": "^1.0.6",
3737
"bootstrap": "5.3.1",
3838
"core-js": "3.32.1",
@@ -43,34 +43,34 @@
4343
"prettier": "^3.0.2",
4444
"rxjs": "7.8.1",
4545
"tsickle": "^0.46.3",
46-
"zone.js": "~0.13.1"
46+
"zone.js": "~0.14.2"
4747
},
4848
"devDependencies": {
49-
"@angular-devkit/architect": "^0.1602.0",
50-
"@angular-devkit/build-angular": "^16.2.0",
51-
"@angular-devkit/core": "^16.2.0",
52-
"@angular-devkit/schematics": "^16.2.0",
53-
"@angular/cli": "^16.2.0",
54-
"@angular/compiler-cli": "^16.2.2",
55-
"@angular/language-service": "^16.2.2",
49+
"@angular-devkit/architect": "^0.1700.0",
50+
"@angular-devkit/build-angular": "^17.0.0",
51+
"@angular-devkit/core": "^17.0.0",
52+
"@angular-devkit/schematics": "^17.0.0",
53+
"@angular/cli": "^17.0.0",
54+
"@angular/compiler-cli": "^17.0.2",
55+
"@angular/language-service": "^17.0.2",
5656
"@types/marked": "^5.0.1",
5757
"@types/node": "20.5.4",
5858
"codelyzer": "^6.0.2",
5959
"concurrently": "8.2.1",
6060
"cypress": "12.17.4",
61-
"ng-packagr": "^16.2.1",
61+
"ng-packagr": "^17.0.0",
6262
"npm-run-all": "4.1.5",
6363
"postcss": "8.4.28",
6464
"serve": "^14.2.1",
6565
"ts-node": "10.9.1",
6666
"tslib": "^2.6.2",
6767
"tslint": "~6.1.3",
68-
"typescript": "5.1.6",
68+
"typescript": "5.2.2",
6969
"webpack-bundle-analyzer": "4.9.0"
7070
},
7171
"lint-staged": {
7272
"*.{js,json,css,scss,less,md,ts,tsx,html,component.html,graphql}": [
7373
"prettier --write"
7474
]
7575
}
76-
}
76+
}

src/app/documentation/documentation.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h4>
88
<table class="table table-striped">
99
<thead>
1010
<tr>
11-
<th>@Input()</th>
11+
<th>&#64;Input()</th>
1212
<th>Type</th>
1313
<th>Default</th>
1414
<th>Details</th>
@@ -28,7 +28,7 @@ <h4>
2828
<table class="table table-striped">
2929
<thead>
3030
<tr>
31-
<th>@Output()</th>
31+
<th>&#64;Output()</th>
3232
<th>Value</th>
3333
<th>Details</th>
3434
</tr>
@@ -73,7 +73,7 @@ <h4>
7373
<table class="table table-striped">
7474
<thead>
7575
<tr>
76-
<th>@Input()</th>
76+
<th>&#64;Input()</th>
7777
<th>Type</th>
7878
<th>Default</th>
7979
<th>Details</th>

0 commit comments

Comments
 (0)