Skip to content

Commit

Permalink
Merge pull request #22 from dkreider/issue-21
Browse files Browse the repository at this point in the history
Upgrade to Angular 17 and bump version
  • Loading branch information
dkreider authored Nov 13, 2023
2 parents 858eba6 + 208521d commit 92fad69
Show file tree
Hide file tree
Showing 4 changed files with 6,990 additions and 4,444 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ngx-loading-buttons-playground:build:production"
"buildTarget": "ngx-loading-buttons-playground:build:production"
},
"development": {
"browserTarget": "ngx-loading-buttons-playground:build:development"
"buildTarget": "ngx-loading-buttons-playground:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-loading-buttons-playground:build"
"buildTarget": "ngx-loading-buttons-playground:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 92fad69

Please sign in to comment.