Skip to content

Commit

Permalink
Merge pull request #1086 from AmadeusITGroup/feature/angular-17
Browse files Browse the repository at this point in the history
feat: update test app to Angular 17
  • Loading branch information
vscaiceanu-1a authored Nov 10, 2023
2 parents b0273a4 + 5213565 commit 6e12b35
Show file tree
Hide file tree
Showing 4 changed files with 3,863 additions and 3,650 deletions.
6 changes: 3 additions & 3 deletions examples/my-ngsw-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "my-ngsw-app:build:production"
"buildTarget": "my-ngsw-app:build:production"
},
"development": {
"browserTarget": "my-ngsw-app:build:development"
"buildTarget": "my-ngsw-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "my-ngsw-app:build"
"buildTarget": "my-ngsw-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 6e12b35

Please sign in to comment.