Skip to content

Commit 1d632ac

Browse files
samiv22Sami Varis
and
Sami Varis
authored
Angular 17 update (#60)
Co-authored-by: Sami Varis <samivaris95@gmail.com>
1 parent 568ea58 commit 1d632ac

File tree

6 files changed

+2350
-2632
lines changed

6 files changed

+2350
-2632
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 11.0.0
4+
5+
* add support for Angular 17
6+
37
## 10.0.0
48

59
* add support for Angular 16

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ npm install angular-reactive-validation --save
2424

2525
## Compatibility
2626
| Angular version | Package version |
27-
| --------------- | --------------- |
27+
|-----------------|-----------------|
28+
| 17 | 11.x |
2829
| 16 | 10.x |
2930
| 15 | 9.x |
3031
| 14 | 8.x |

angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@
9393
"builder": "@angular-devkit/build-angular:dev-server",
9494
"configurations": {
9595
"production": {
96-
"browserTarget": "test-app:build:production"
96+
"buildTarget": "test-app:build:production"
9797
},
9898
"development": {
99-
"browserTarget": "test-app:build:development"
99+
"buildTarget": "test-app:build:development"
100100
}
101101
},
102102
"defaultConfiguration": "development"
103103
},
104104
"extract-i18n": {
105105
"builder": "@angular-devkit/build-angular:extract-i18n",
106106
"options": {
107-
"browserTarget": "test-app:build"
107+
"buildTarget": "test-app:build"
108108
}
109109
},
110110
"test": {

0 commit comments

Comments
 (0)