Skip to content

Commit f295c41

Browse files
committed
Updated to Angular 17
1 parent 970b8e3 commit f295c41

File tree

4 files changed

+5407
-4772
lines changed

4 files changed

+5407
-4772
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ By [Ade Oyebadejo](http://www.clade.co.uk/adewole)
1010

1111
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
1212

13-
The project has been updated to Angular version 16.2.10
14-
15-
Using Node version 18.10.0
13+
Version 2.0.0 - Project updated to Angular version 16 Using Node version 18.10.0
14+
Version 3.0.0 - Project updated to Angular version 17 Using Node version 18.13.0
1615

1716
### Getting Started
1817

angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@
7070
"serve": {
7171
"builder": "@angular-devkit/build-angular:dev-server",
7272
"options": {
73-
"browserTarget": "angular-form-input-cross-validator:build"
73+
"buildTarget": "angular-form-input-cross-validator:build"
7474
},
7575
"configurations": {
7676
"production": {
77-
"browserTarget": "angular-form-input-cross-validator:build:production"
77+
"buildTarget": "angular-form-input-cross-validator:build:production"
7878
}
7979
}
8080
},
8181
"extract-i18n": {
8282
"builder": "@angular-devkit/build-angular:extract-i18n",
8383
"options": {
84-
"browserTarget": "angular-form-input-cross-validator:build"
84+
"buildTarget": "angular-form-input-cross-validator:build"
8585
}
8686
},
8787
"test": {

0 commit comments

Comments
 (0)