diff --git a/modules/schematics/collection.json b/modules/schematics/collection.json index e44997e058..81fb284f8b 100644 --- a/modules/schematics/collection.json +++ b/modules/schematics/collection.json @@ -17,6 +17,7 @@ }, "container": { + "aliases": [ "co" ], "factory": "./src/container", "schema": "./src/container/schema.json", "description": "Add store container component" @@ -51,7 +52,7 @@ "factory": "./src/feature", "schema": "./src/feature/schema.json", "description": "Add feature state" - }, + }, "guard": { "aliases": [ "g" ],