We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea98fb7 commit dc64ac9Copy full SHA for dc64ac9
modules/schematics/collection.json
@@ -1,6 +1,7 @@
1
{
2
"schematics": {
3
"action": {
4
+ "aliases": [ "a" ],
5
"factory": "./src/action",
6
"schema": "./src/action/schema.json",
7
"description": "Add store actions"
@@ -17,6 +18,7 @@
17
18
},
19
20
"container": {
21
+ "aliases": [ "co" ],
22
"factory": "./src/container",
23
"schema": "./src/container/schema.json",
24
"description": "Add store container component"
@@ -86,6 +88,7 @@
86
88
87
89
90
"store": {
91
+ "aliases": [ "st" ],
92
"factory": "./src/store",
93
"schema": "./src/store/schema.json",
94
"description": "Adds initial setup for state managment"
0 commit comments