Skip to content

Commit

Permalink
build: Upgrade to Angular 17 (#12)
Browse files Browse the repository at this point in the history
* build: update deps

* build: upgrade to angular 17
  • Loading branch information
cerinoligutom authored Jun 2, 2024
1 parent a49f57e commit bc5996a
Show file tree
Hide file tree
Showing 4 changed files with 4,663 additions and 3,283 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ngx-fluent-example:build:production"
"buildTarget": "ngx-fluent-example:build:production"
},
"development": {
"browserTarget": "ngx-fluent-example:build:development"
"buildTarget": "ngx-fluent-example:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-fluent-example:build"
"buildTarget": "ngx-fluent-example:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit bc5996a

Please sign in to comment.