Skip to content

Commit

Permalink
Update Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 8, 2023
1 parent 38a09d4 commit 11c4d4d
Show file tree
Hide file tree
Showing 5 changed files with 3,851 additions and 3,242 deletions.
6 changes: 3 additions & 3 deletions src/AngularComponents/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "coverage-app:build:production"
"buildTarget": "coverage-app:build:production"
},
"development": {
"browserTarget": "coverage-app:build:development"
"buildTarget": "coverage-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "coverage-app:build"
"buildTarget": "coverage-app:build"
}
}
}
Expand Down
Loading

0 comments on commit 11c4d4d

Please sign in to comment.