Skip to content

Commit 820e2ce

Browse files
authored
chore: update grid csp demo versions
1 parent f779e65 commit 820e2ce

File tree

6 files changed

+11130
-9279
lines changed

6 files changed

+11130
-9279
lines changed

examples-standalone/grid-csp-enabled/angular.json

Lines changed: 35 additions & 7 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-csp-enabled",
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-csp-enabled:build:production"
@@ -69,17 +70,18 @@
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-csp-enabled:build"
7576
}
7677
},
7778
"test": {
78-
"builder": "@angular-devkit/build-angular:karma",
79+
"builder": "@angular/build:karma",
7980
"options": {
8081
"polyfills": [
8182
"zone.js",
82-
"zone.js/testing"
83+
"zone.js/testing",
84+
"@angular/localize/init"
8385
],
8486
"tsConfig": "tsconfig.spec.json",
8587
"assets": [
@@ -97,5 +99,31 @@
9799
}
98100
}
99101
}
102+
},
103+
"schematics": {
104+
"@schematics/angular:component": {
105+
"type": "component"
106+
},
107+
"@schematics/angular:directive": {
108+
"type": "directive"
109+
},
110+
"@schematics/angular:service": {
111+
"type": "service"
112+
},
113+
"@schematics/angular:guard": {
114+
"typeSeparator": "."
115+
},
116+
"@schematics/angular:interceptor": {
117+
"typeSeparator": "."
118+
},
119+
"@schematics/angular:module": {
120+
"typeSeparator": "."
121+
},
122+
"@schematics/angular:pipe": {
123+
"typeSeparator": "."
124+
},
125+
"@schematics/angular:resolver": {
126+
"typeSeparator": "."
127+
}
100128
}
101-
}
129+
}

0 commit comments

Comments
 (0)