Skip to content

Commit

Permalink
chore(demo): ng update to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Apr 21, 2024
1 parent 5a38252 commit ebf4e71
Show file tree
Hide file tree
Showing 4 changed files with 3,094 additions and 2,957 deletions.
3 changes: 2 additions & 1 deletion demo/angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ npm-debug.log*
/platforms
/plugins
/www
/.angular
/.angular
/.nx
6 changes: 3 additions & 3 deletions demo/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"ci": {}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit ebf4e71

Please sign in to comment.