Skip to content

Commit

Permalink
Merge pull request #653 from CuppaLabs/version-17
Browse files Browse the repository at this point in the history
Angular Version 17 support
  • Loading branch information
CuppaLabs authored Jul 18, 2024
2 parents 978b2a9 + e9f4714 commit 2a5c165
Show file tree
Hide file tree
Showing 9 changed files with 3,810 additions and 5,337 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Latest version available for each version of Angular

| angular2-multiselect-dropdown | Angular |
| ----------------------------- | ----------- |
| 9.0.0 | 17.X.X |
| 8.0.0 | 16.X.X |
| 7.0.0 | 15.X.X |
| 6.0.0 | 14.X.X |
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular2-multiselect-dropdown:build"
"buildTarget": "angular2-multiselect-dropdown:build"
},
"configurations": {
"production": {
"browserTarget": "angular2-multiselect-dropdown:build:production"
"buildTarget": "angular2-multiselect-dropdown:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular2-multiselect-dropdown:build"
"buildTarget": "angular2-multiselect-dropdown:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2a5c165

Please sign in to comment.