Skip to content

Commit b04fa70

Browse files
committed
build(angular)!: v20
1 parent e557d7c commit b04fa70

File tree

5 files changed

+15102
-19774
lines changed

5 files changed

+15102
-19774
lines changed

angular.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-angular:ng-packagr",
13+
"builder": "@angular/build:ng-packagr",
1414
"options": {
1515
"project": "projects/multi-http-loader/ng-package.json"
1616
},
@@ -28,5 +28,31 @@
2828
"@angular-eslint/schematics"
2929
],
3030
"analytics": false
31+
},
32+
"schematics": {
33+
"@schematics/angular:component": {
34+
"type": "component"
35+
},
36+
"@schematics/angular:directive": {
37+
"type": "directive"
38+
},
39+
"@schematics/angular:service": {
40+
"type": "service"
41+
},
42+
"@schematics/angular:guard": {
43+
"typeSeparator": "."
44+
},
45+
"@schematics/angular:interceptor": {
46+
"typeSeparator": "."
47+
},
48+
"@schematics/angular:module": {
49+
"typeSeparator": "."
50+
},
51+
"@schematics/angular:pipe": {
52+
"typeSeparator": "."
53+
},
54+
"@schematics/angular:resolver": {
55+
"typeSeparator": "."
56+
}
3157
}
3258
}

0 commit comments

Comments
 (0)