Skip to content

Commit

Permalink
fix(Schematics): Remove aliases for state and stateInterface options
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Aliases for `state` and `stateInterface` were removed due to conflicts with component aliases without reasonable alternatives.
  • Loading branch information
brandonroberts authored and MikeRyanDev committed May 7, 2018
1 parent e0e1d35 commit f4520a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/schematics/src/container/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@
},
"state": {
"type": "string",
"description": "Specifies the path to the state exports.",
"alias": "s"
"description": "Specifies the path to the state exports."
},
"stateInterface": {
"type": "string",
"default": "State",
"description": "Specifies the interface for the state.",
"alias": "si"
"description": "Specifies the interface for the state."
}
},
"required": []
Expand Down

0 comments on commit f4520a2

Please sign in to comment.