Skip to content

Commit

Permalink
feat: angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vscaiceanu-1a committed Nov 9, 2023
1 parent b0273a4 commit 5213565
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 5213565

Please sign in to comment.