Skip to content

Commit aebd1e0

Browse files
authored
Merge pull request #546 from keymanapp/chore/angular-update-to-20
chore: update to angular 20
2 parents 454df12 + d5c118d commit aebd1e0

File tree

9 files changed

+7271
-6156
lines changed

9 files changed

+7271
-6156
lines changed

public/angular.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"main": "src/test.ts",
9797
"polyfills": ["zone.js"],
9898
"tsConfig": "tsconfig.spec.json",
99-
"karmaConfig": "karma.conf.js",
10099
"assets": [
101100
"src/favicon.ico",
102101
"src/assets"
@@ -137,5 +136,31 @@
137136
},
138137
"cli": {
139138
"analytics": false
139+
},
140+
"schematics": {
141+
"@schematics/angular:component": {
142+
"type": "component"
143+
},
144+
"@schematics/angular:directive": {
145+
"type": "directive"
146+
},
147+
"@schematics/angular:service": {
148+
"type": "service"
149+
},
150+
"@schematics/angular:guard": {
151+
"typeSeparator": "."
152+
},
153+
"@schematics/angular:interceptor": {
154+
"typeSeparator": "."
155+
},
156+
"@schematics/angular:module": {
157+
"typeSeparator": "."
158+
},
159+
"@schematics/angular:pipe": {
160+
"typeSeparator": "."
161+
},
162+
"@schematics/angular:resolver": {
163+
"typeSeparator": "."
164+
}
140165
}
141166
}

0 commit comments

Comments
 (0)