Skip to content

Commit

Permalink
Angular 17 update (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: Sami Varis <[email protected]>
  • Loading branch information
samiv22 and Sami Varis committed Jan 20, 2024
1 parent 568ea58 commit 1d632ac
Show file tree
Hide file tree
Showing 6 changed files with 2,350 additions and 2,632 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 11.0.0

* add support for Angular 17

## 10.0.0

* add support for Angular 16
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ npm install angular-reactive-validation --save

## Compatibility
| Angular version | Package version |
| --------------- | --------------- |
|-----------------|-----------------|
| 17 | 11.x |
| 16 | 10.x |
| 15 | 9.x |
| 14 | 8.x |
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "test-app:build:production"
"buildTarget": "test-app:build:production"
},
"development": {
"browserTarget": "test-app:build:development"
"buildTarget": "test-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "test-app:build"
"buildTarget": "test-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 1d632ac

Please sign in to comment.