8000 Merge pull request #516 from dynamic-forms/feature/20.0.x-packages · dynamic-forms/dynamic-forms@0a5bb54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a5bb54

Browse files
Merge pull request #516 from dynamic-forms/feature/20.0.x-packages
Update of packages
2 parents 63393c6 + e21a16a commit 0a5bb54

File tree

4 files changed

+884
-806
lines changed

4 files changed

+884
-806
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3+
"angular.ng-template",
34
"dbaeumer.vscode-eslint",
45
"esbenp.prettier-vscode",
56
"stylelint.vscode-stylelint"

angular.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,31 @@
365365
"schematicCollections": [
366366
"@angular-eslint/schematics"
367367
]
368+
},
369+
"schematics": {
370+
"@schematics/angular:component": {
371+
"type": "component"
372+
},
373+
"@schematics/angular:directive": {
374+
"type": "directive"
375+
},
376+
"@schematics/angular:service": {
377+
"type": "service"
378+
},
379+
"@schematics/angular:guard": {
380+
"typeSeparator": "."
381+
},
382+
"@schematics/angular:interceptor": {
383+
"typeSeparator": "."
384+
},
385+
"@schematics/angular:module": {
386+
"typeSeparator": "."
387+
},
388+
"@schematics/angular:pipe": {
389+
"typeSeparator": "."
390+
},
391+
"@schematics/angular:resolver": {
392+
"typeSeparator": "."
393+
}
368394
}
369395
}

0 commit comments

Comments
 (0)
0