Skip to content

Commit ea98fb7

Browse files
peterbsmythbrandonroberts
authored andcommitted
feat(Schematics): Add alias for reducer blueprint (#684)
1 parent 06aeac4 commit ea98fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/schematics/collection.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"factory": "./src/feature",
5252
"schema": "./src/feature/schema.json",
5353
"description": "Add feature state"
54-
},
54+
},
5555

5656
"guard": {
5757
"aliases": [ "g" ],
@@ -74,6 +74,7 @@
7474
},
7575

7676
"reducer": {
77+
"aliases": [ "r" ],
7778
"factory": "./src/reducer",
7879
"schema": "./src/reducer/schema.json",
7980
"description": "Add state reducer"

0 commit comments

Comments
 (0)