Skip to content

Commit 0e99cc8

Browse files
authored
Merge branch 'master' into update-grid-live-data
2 parents 9cbe968 + 9d33505 commit 0e99cc8

File tree

6 files changed

+6122
-8309
lines changed

6 files changed

+6122
-8309
lines changed

examples-standalone/grid-performance/angular.json

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
"prefix": "app",
1212
"architect": {
1313
"build": {
14-
"builder": "@angular-devkit/build-angular:application",
14+
"builder": "@angular/build:application",
1515
"options": {
1616
"outputPath": "dist/grid-performance",
1717
"index": "src/index.html",
1818
"browser": "src/main.ts",
1919
"polyfills": [
20-
"zone.js"
20+
"zone.js",
21+
"@angular/localize/init"
2122
],
2223
"tsConfig": "tsconfig.app.json",
2324
"assets": [
@@ -57,7 +58,7 @@
5758
"defaultConfiguration": "production"
5859
},
5960
"serve": {
60-
"builder": "@angular-devkit/build-angular:dev-server",
61+
"builder": "@angular/build:dev-server",
6162
"configurations": {
6263
"production": {
6364
"buildTarget": "grid-performance:build:production"
@@ -69,13 +70,13 @@
6970
"defaultConfiguration": "development"
7071
},
7172
"extract-i18n": {
72-
"builder": "@angular-devkit/build-angular:extract-i18n",
73+
"builder": "@angular/build:extract-i18n",
7374
"options": {
7475
"buildTarget": "grid-performance:build"
7576
}
7677
},
7778
"test": {
78-
"builder": "@angular-devkit/build-angular:karma",
79+
"builder": "@angular/build:karma",
7980
"options": {
8081
"polyfills": [
8182
"zone.js",
@@ -97,5 +98,31 @@
9798
}
9899
}
99100
}
101+
},
102+
"schematics": {
103+
"@schematics/angular:component": {
104+
"type": "component"
105+
},
106+
"@schematics/angular:directive": {
107+
"type": "directive"
108+
},
109+
"@schematics/angular:service": {
110+
"type": "service"
111+
},
112+
"@schematics/angular:guard": {
113+
"typeSeparator": "."
114+
},
115+
"@schematics/angular:interceptor": {
116+
"typeSeparator": "."
117+
},
118+
"@schematics/angular:module": {
119+
"typeSeparator": "."
120+
},
121+
"@schematics/angular:pipe": {
122+
"typeSeparator": "."
123+
},
124+
"@schematics/angular:resolver": {
125+
"typeSeparator": "."
126+
}
100127
}
101128
}

0 commit comments

Comments
 (0)