Skip to content

Commit

Permalink
core - angular : v17 (#83)
Browse files Browse the repository at this point in the history
* core - angular : v16.2.12

* core - angular : v17

---------

Co-authored-by: Raphael Balet <[email protected]>
  • Loading branch information
rbalet and Raphael Balet authored Nov 30, 2023
1 parent f1238c4 commit 3f57b15
Show file tree
Hide file tree
Showing 5 changed files with 4,621 additions and 4,346 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,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"
}
}
}
Expand Down
Loading

0 comments on commit 3f57b15

Please sign in to comment.