Skip to content

Commit cbb39d7

Browse files
authored
Merge pull request #444 from sy-filis/master
Upgrade to Angular v20
2 parents b99d91b + 56be226 commit cbb39d7

30 files changed

+2025
-3033
lines changed

angular.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"projects/ngx-indexed-db/**/*.html"
4242
]
4343
}
44-
},
44+
}
4545
}
4646
},
4747
"playground": {
@@ -284,5 +284,31 @@
284284
"schematicCollections": [
285285
"angular-eslint"
286286
]
287+
},
288+
"schematics": {
289+
"@schematics/angular:component": {
290+
"type": "component"
291+
},
292+
"@schematics/angular:directive": {
293+
"type": "directive"
294+
},
295+
"@schematics/angular:service": {
296+
"type": "service"
297+
},
298+
"@schematics/angular:guard": {
299+
"typeSeparator": "."
300+
},
301+
"@schematics/angular:interceptor": {
302+
"typeSeparator": "."
303+
},
304+
"@schematics/angular:module": {
305+
"typeSeparator": "."
306+
},
307+
"@schematics/angular:pipe": {
308+
"typeSeparator": "."
309+
},
310+
"@schematics/angular:resolver": {
311+
"typeSeparator": "."
312+
}
287313
}
288314
}

0 commit comments

Comments
 (0)