Skip to content

Commit

Permalink
Updated Angular to latest version, incl. using new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
iancharlesdouglas committed Jun 23, 2024
1 parent afb128d commit a8629cf
Show file tree
Hide file tree
Showing 5 changed files with 2,544 additions and 1,677 deletions.
Binary file modified .nx/cache/nx_files.nxt
Binary file not shown.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/ng-realworld-ssr",
"index": "src/index.html",
Expand Down Expand Up @@ -69,7 +69,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "ng-realworld-ssr:build:production"
Expand All @@ -81,7 +81,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "ng-realworld-ssr:build"
}
Expand Down
Loading

0 comments on commit a8629cf

Please sign in to comment.