Skip to content

Commit

Permalink
Upgrade to Angular 17 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkreider committed Nov 13, 2023
1 parent e70b2a9 commit a307163
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 a307163

Please sign in to comment.