Skip to content

Commit a002278

Browse files
Update Angular [skip ci] (#48)
* Update Angular * README auto update [skip ci] --------- Co-authored-by: DevExpressExampleBot <scmaintenance@devexpress.com>
1 parent 29acc6b commit a002278

File tree

6 files changed

+10282
-12826
lines changed

6 files changed

+10282
-12826
lines changed

Angular/angular.json

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"allowedCommonJsDependencies": [
2121
"devextreme-quill",
2222
"jszip",
2323
"devexpress-diagram",
2424
"devexpress-gantt"
2525
],
26-
"outputPath": "dist/Angular",
26+
"outputPath": {
27+
"base": "dist/Angular"
28+
},
2729
"index": "src/index.html",
28-
"main": "src/main.ts",
2930
"polyfills": [
3031
"zone.js"
3132
],
@@ -39,7 +40,8 @@
3940
"node_modules/devextreme/dist/css/dx.material.blue.light.compact.css",
4041
"src/styles.scss"
4142
],
42-
"scripts": []
43+
"scripts": [],
44+
"browser": "src/main.ts"
4345
},
4446
"configurations": {
4547
"production": {
@@ -58,9 +60,7 @@
5860
"outputHashing": "all"
5961
},
6062
"development": {
61-
"buildOptimizer": false,
6263
"optimization": false,
63-
"vendorChunk": true,
6464
"extractLicenses": false,
6565
"sourceMap": true,
6666
"namedChunks": true
@@ -69,7 +69,7 @@
6969
"defaultConfiguration": "production"
7070
},
7171
"serve": {
72-
"builder": "@angular-devkit/build-angular:dev-server",
72+
"builder": "@angular/build:dev-server",
7373
"configurations": {
7474
"production": {
7575
"buildTarget": "Angular:build:production"
@@ -81,13 +81,13 @@
8181
"defaultConfiguration": "development"
8282
},
8383
"extract-i18n": {
84-
"builder": "@angular-devkit/build-angular:extract-i18n",
84+
"builder": "@angular/build:extract-i18n",
8585
"options": {
8686
"buildTarget": "Angular:build"
8787
}
8888
},
8989
"test": {
90-
"builder": "@angular-devkit/build-angular:karma",
90+
"builder": "@angular/build:karma",
9191
"options": {
9292
"polyfills": [
9393
"zone.js",
@@ -110,5 +110,31 @@
110110
},
111111
"cli": {
112112
"analytics": "4497732b-a111-4449-ba60-83332c3ecf94"
113+
},
114+
"schematics": {
115+
"@schematics/angular:component": {
116+
"type": "component"
117+
},
118+
"@schematics/angular:directive": {
119+
"type": "directive"
120+
},
121+
"@schematics/angular:service": {
122+
"type": "service"
123+
},
124+
"@schematics/angular:guard": {
125+
"typeSeparator": "."
126+
},
127+
"@schematics/angular:interceptor": {
128+
"typeSeparator": "."
129+
},
130+
"@schematics/angular:module": {
131+
"typeSeparator": "."
132+
},
133+
"@schematics/angular:pipe": {
134+
"typeSeparator": "."
135+
},
136+
"@schematics/angular:resolver": {
137+
"typeSeparator": "."
138+
}
113139
}
114140
}

0 commit comments

Comments
 (0)