Skip to content

Commit

Permalink
feat: upgrade to angular v17 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cselt committed Jan 22, 2024
1 parent 02f9bc2 commit 9bc0ff9
Show file tree
Hide file tree
Showing 4 changed files with 2,140 additions and 3,757 deletions.
6 changes: 3 additions & 3 deletions angular.json
Expand Up @@ -107,18 +107,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

0 comments on commit 9bc0ff9

Please sign in to comment.