Skip to content

Commit 19db25a

Browse files
committed
feat: upgrade to angular 20
1 parent c098152 commit 19db25a

File tree

5 files changed

+11236
-18244
lines changed

5 files changed

+11236
-18244
lines changed

angular.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-angular:ng-packagr",
13+
"builder": "@angular/build:ng-packagr",
1414
"options": {
1515
"project": "projects/ngx-file-upload/ng-package.json"
1616
},
@@ -25,7 +25,7 @@
2525
"defaultConfiguration": "production"
2626
},
2727
"test": {
28-
"builder": "@angular-devkit/build-angular:karma",
28+
"builder": "@angular/build:karma",
2929
"options": {
3030
"tsConfig": "projects/ngx-file-upload/tsconfig.spec.json",
3131
"polyfills": [
@@ -36,5 +36,31 @@
3636
}
3737
}
3838
}
39+
},
40+
"schematics": {
41+
"@schematics/angular:component": {
42+
"type": "component"
43+
},
44+
"@schematics/angular:directive": {
45+
"type": "directive"
46+
},
47+
"@schematics/angular:service": {
48+
"type": "service"
49+
},
50+
"@schematics/angular:guard": {
51+
"typeSeparator": "."
52+
},
53+
"@schematics/angular:interceptor": {
54+
"typeSeparator": "."
55+
},
56+
"@schematics/angular:module": {
57+
"typeSeparator": "."
58+
},
59+
"@schematics/angular:pipe": {
60+
"typeSeparator": "."
61+
},
62+
"@schematics/angular:resolver": {
63+
"typeSeparator": "."
64+
}
3965
}
4066
}

0 commit comments

Comments
 (0)