Skip to content

Commit

Permalink
feat(Schematics): Add alias for reducer blueprint (#684)
Browse files Browse the repository at this point in the history
peterbsmyth authored and brandonroberts committed Jan 4, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 06aeac4 commit ea98fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/schematics/collection.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"factory": "./src/feature",
"schema": "./src/feature/schema.json",
"description": "Add feature state"
},
},

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

"reducer": {
"aliases": [ "r" ],
"factory": "./src/reducer",
"schema": "./src/reducer/schema.json",
"description": "Add state reducer"

0 comments on commit ea98fb7

Please sign in to comment.