Skip to content

Commit

Permalink
feat(angular): update project to Angular 17
Browse files Browse the repository at this point in the history
Updated using `ng update @angular/core@17 @angular/cli@17 @angular-eslint/schematics@17`.
  • Loading branch information
fh1ch committed Dec 12, 2023
1 parent 6144cb5 commit d5c13a4
Show file tree
Hide file tree
Showing 3 changed files with 4,927 additions and 5,265 deletions.
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": "ngx-datatable:build"
"buildTarget": "ngx-datatable:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-datatable:build:production"
"buildTarget": "ngx-datatable:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-datatable:build"
"buildTarget": "ngx-datatable:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit d5c13a4

Please sign in to comment.