Skip to content

Commit

Permalink
Merge pull request #3 from KoblerS/feature-angular17
Browse files Browse the repository at this point in the history
Feature angular17
  • Loading branch information
KoblerS authored Mar 7, 2024
2 parents 2f20cea + 491c866 commit 16ea4b4
Show file tree
Hide file tree
Showing 4 changed files with 2,298 additions and 9,954 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
},
"development": {
"browserTarget": "demo:build:development"
"buildTarget": "demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 16ea4b4

Please sign in to comment.