File tree 4 files changed +5407
-4772
lines changed
4 files changed +5407
-4772
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ By [Ade Oyebadejo](http://www.clade.co.uk/adewole)
10
10
11
11
This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 10.0.5.
12
12
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
16
15
17
16
### Getting Started
18
17
Original file line number Diff line number Diff line change 70
70
"serve" : {
71
71
"builder" : " @angular-devkit/build-angular:dev-server" ,
72
72
"options" : {
73
- "browserTarget " : " angular-form-input-cross-validator:build"
73
+ "buildTarget " : " angular-form-input-cross-validator:build"
74
74
},
75
75
"configurations" : {
76
76
"production" : {
77
- "browserTarget " : " angular-form-input-cross-validator:build:production"
77
+ "buildTarget " : " angular-form-input-cross-validator:build:production"
78
78
}
79
79
}
80
80
},
81
81
"extract-i18n" : {
82
82
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
83
83
"options" : {
84
- "browserTarget " : " angular-form-input-cross-validator:build"
84
+ "buildTarget " : " angular-form-input-cross-validator:build"
85
85
}
86
86
},
87
87
"test" : {
You can’t perform that action at this time.
0 commit comments