Skip to content

Commit a7fbf13

Browse files
committed
feat: upate
1 parent 68ddbc3 commit a7fbf13

File tree

10 files changed

+7286
-11866
lines changed

10 files changed

+7286
-11866
lines changed

frontend/src/angular/angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"architect": {
3030
"build": {
31-
"builder": "@angular-devkit/build-angular:application",
31+
"builder": "@angular/build:application",
3232
"options": {
3333
"outputPath": {
3434
"base": "dist/angular"
@@ -77,7 +77,7 @@
7777
"defaultConfiguration": "production"
7878
},
7979
"serve": {
80-
"builder": "@angular-devkit/build-angular:dev-server",
80+
"builder": "@angular/build:dev-server",
8181
"configurations": {
8282
"production": {
8383
"buildTarget": "angular:build:production"
@@ -89,13 +89,13 @@
8989
"defaultConfiguration": "development"
9090
},
9191
"extract-i18n": {
92-
"builder": "@angular-devkit/build-angular:extract-i18n",
92+
"builder": "@angular/build:extract-i18n",
9393
"options": {
9494
"buildTarget": "angular:build"
9595
}
9696
},
9797
"test": {
98-
"builder": "@angular-devkit/build-angular:karma",
98+
"builder": "@angular/build:karma",
9999
"options": {
100100
"polyfills": [
101101
"zone.js",
@@ -119,5 +119,31 @@
119119
},
120120
"cli": {
121121
"analytics": "118bf541-e283-4cb4-9303-1487a0e9929e"
122+
},
123+
"schematics": {
124+
"@schematics/angular:component": {
125+
"type": "component"
126+
},
127+
"@schematics/angular:directive": {
128+
"type": "directive"
129+
},
130+
"@schematics/angular:service": {
131+
"type": "service"
132+
},
133+
"@schematics/angular:guard": {
134+
"typeSeparator": "."
135+
},
136+
"@schematics/angular:interceptor": {
137+
"typeSeparator": "."
138+
},
139+
"@schematics/angular:module": {
140+
"typeSeparator": "."
141+
},
142+
"@schematics/angular:pipe": {
143+
"typeSeparator": "."
144+
},
145+
"@schematics/angular:resolver": {
146+
"typeSeparator": "."
147+
}
122148
}
123149
}

0 commit comments

Comments
 (0)