Skip to content

Commit 08375b7

Browse files
jasonwatkinsmhartington
authored andcommitted
feat: add resolver to collections
Closes #461
1 parent 1b9a0bd commit 08375b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/schematics/collection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"aliases": ["g"],
2929
"extends": "@schematics/angular:guard"
3030
},
31+
"resolver": {
32+
"aliases": ["r"],
33+
"extends": "@schematics/angular:resolver"
34+
},
3135
"interface": {
3236
"aliases": ["i"],
3337
"extends": "@schematics/angular:interface"

0 commit comments

Comments
 (0)