diff --git a/modules/schematics/collection.json b/modules/schematics/collection.json index e44997e058..4fd88e4cc9 100644 --- a/modules/schematics/collection.json +++ b/modules/schematics/collection.json @@ -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"