Skip to content

Commit 3c0d600

Browse files
authored
chore: update versions in spreadsheet app
1 parent 3d8c884 commit 3c0d600

File tree

15 files changed

+4189
-7747
lines changed

15 files changed

+4189
-7747
lines changed

examples-standalone/spreadsheet-app/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prefix": "app",
2222
"architect": {
2323
"build": {
24-
"builder": "@angular-devkit/build-angular:application",
24+
"builder": "@angular/build:application",
2525
"options": {
2626
"outputPath": "dist/spreadsheet-app",
2727
"index": "src/index.html",
@@ -68,7 +68,7 @@
6868
"defaultConfiguration": "production"
6969
},
7070
"serve": {
71-
"builder": "@angular-devkit/build-angular:dev-server",
71+
"builder": "@angular/build:dev-server",
7272
"configurations": {
7373
"production": {
7474
"buildTarget": "spreadsheet-app:build:production"
@@ -80,13 +80,13 @@
8080
"defaultConfiguration": "development"
8181
},
8282
"extract-i18n": {
83-
"builder": "@angular-devkit/build-angular:extract-i18n",
83+
"builder": "@angular/build:extract-i18n",
8484
"options": {
8585
"buildTarget": "spreadsheet-app:build"
8686
}
8787
},
8888
"test": {
89-
"builder": "@angular-devkit/build-angular:karma",
89+
"builder": "@angular/build:karma",
9090
"options": {
9191
"polyfills": [
9292
"zone.js",

0 commit comments

Comments
 (0)