Skip to content

Commit

Permalink
Merge pull request #118 from tlebreton/master
Browse files Browse the repository at this point in the history
Angular 17
  • Loading branch information
nivekcode authored Mar 18, 2024
2 parents fae0c8b + adebb0e commit b0c4216
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 b0c4216

Please sign in to comment.