Skip to content

Commit 1d060e4

Browse files
committed
udpate to ng20
1 parent f7184fa commit 1d060e4

File tree

4 files changed

+6615
-12036
lines changed

4 files changed

+6615
-12036
lines changed

angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"outputPath": "dist/ngx-translate-module-loader-app",
2121
"index": "src/index.html",
@@ -52,7 +52,7 @@
5252
"defaultConfiguration": "production"
5353
},
5454
"serve": {
55-
"builder": "@angular-devkit/build-angular:dev-server",
55+
"builder": "@angular/build:dev-server",
5656
"configurations": {
5757
"production": {
5858
"buildTarget": "ngx-translate-module-loader-app:build:production"
@@ -64,7 +64,7 @@
6464
"defaultConfiguration": "development"
6565
},
6666
"extract-i18n": {
67-
"builder": "@angular-devkit/build-angular:extract-i18n",
67+
"builder": "@angular/build:extract-i18n",
6868
"options": {
6969
"buildTarget": "ngx-translate-module-loader-app:build"
7070
}
@@ -87,7 +87,7 @@
8787
"prefix": "lib",
8888
"architect": {
8989
"build": {
90-
"builder": "@angular-devkit/build-angular:ng-packagr",
90+
"builder": "@angular/build:ng-packagr",
9191
"options": {
9292
"project": "projects/ngx-translate-module-loader/ng-package.json"
9393
},
@@ -112,5 +112,31 @@
112112
}
113113
}
114114
}
115+
},
116+
"schematics": {
117+
"@schematics/angular:component": {
118+
"type": "component"
119+
},
120+
"@schematics/angular:directive": {
121+
"type": "directive"
122+
},
123+
"@schematics/angular:service": {
124+
"type": "service"
125+
},
126+
"@schematics/angular:guard": {
127+
"typeSeparator": "."
128+
},
129+
"@schematics/angular:interceptor": {
130+
"typeSeparator": "."
131+
},
132+
"@schematics/angular:module": {
133+
"typeSeparator": "."
134+
},
135+
"@schematics/angular:pipe": {
136+
"typeSeparator": "."
137+
},
138+
"@schematics/angular:resolver": {
139+
"typeSeparator": "."
140+
}
115141
}
116142
}

0 commit comments

Comments
 (0)