Skip to content

Commit ea24be8

Browse files
authored
docs: update coffee warehouse demo versions
1 parent 3bbf88f commit ea24be8

25 files changed

+7936
-9134
lines changed

examples-standalone/coffee-warehouse/angular.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prefix": "app",
2020
"architect": {
2121
"build": {
22-
"builder": "@angular-devkit/build-angular:application",
22+
"builder": "@angular/build:application",
2323
"options": {
2424
"allowedCommonJsDependencies": [
2525
"@progress/kendo-angular-intl/locales/en/all",
@@ -30,7 +30,8 @@
3030
"index": "src/index.html",
3131
"browser": "src/main.ts",
3232
"polyfills": [
33-
"zone.js"
33+
"zone.js",
34+
"@angular/localize/init"
3435
],
3536
"tsConfig": "tsconfig.app.json",
3637
"assets": [
@@ -90,7 +91,7 @@
9091
"defaultConfiguration": "production"
9192
},
9293
"serve": {
93-
"builder": "@angular-devkit/build-angular:dev-server",
94+
"builder": "@angular/build:dev-server",
9495
"options": {
9596
"buildTarget": "coffee-warehouse:build"
9697
},
@@ -101,7 +102,7 @@
101102
}
102103
},
103104
"extract-i18n": {
104-
"builder": "@angular-devkit/build-angular:extract-i18n",
105+
"builder": "@angular/build:extract-i18n",
105106
"options": {
106107
"buildTarget": "coffee-warehouse:build"
107108
}

0 commit comments

Comments
 (0)