Skip to content

Commit f4520a2

Browse files
brandonrobertsMikeRyanDev
authored andcommitted
fix(Schematics): Remove aliases for state and stateInterface options
BREAKING CHANGE: Aliases for `state` and `stateInterface` were removed due to conflicts with component aliases without reasonable alternatives.
1 parent e0e1d35 commit f4520a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/schematics/src/container/schema.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,12 @@
9191
},
9292
"state": {
9393
"type": "string",
94-
"description": "Specifies the path to the state exports.",
95-
"alias": "s"
94+
"description": "Specifies the path to the state exports."
9695
},
9796
"stateInterface": {
9897
"type": "string",
9998
"default": "State",
100-
"description": "Specifies the interface for the state.",
101-
"alias": "si"
99+
"description": "Specifies the interface for the state."
102100
}
103101
},
104102
"required": []

0 commit comments

Comments
 (0)