Skip to content

Commit

Permalink
BREAKING CHANGE: Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebreton committed Mar 15, 2024
1 parent fae0c8b commit adebb0e
Show file tree
Hide file tree
Showing 4 changed files with 5,964 additions and 7,317 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ng-sortgrid-demo:build"
"buildTarget": "ng-sortgrid-demo:build"
},
"configurations": {
"production": {
"browserTarget": "ng-sortgrid-demo:build:production"
"buildTarget": "ng-sortgrid-demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng-sortgrid-demo:build"
"buildTarget": "ng-sortgrid-demo:build"
}
}
}
Expand Down
Loading

0 comments on commit adebb0e

Please sign in to comment.