Skip to content

Commit

Permalink
Merge pull request #31 from LesFabricants/feature/angular-17
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Apr 16, 2024
2 parents b49b137 + befc9f6 commit 938c1e0
Show file tree
Hide file tree
Showing 3 changed files with 5,348 additions and 3,635 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,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 938c1e0

Please sign in to comment.