-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x-prompt should support an array of defaults for lists #16104
Labels
area: @angular-devkit/core
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
Comments
alan-agius4
added
area: @angular-devkit/schematics
feature
Issue that requests a new feature
labels
Nov 7, 2019
clydin
added
area: @angular-devkit/core
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
and removed
area: @angular-devkit/schematics
feature
Issue that requests a new feature
labels
Nov 8, 2019
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
Nov 8, 2019
d-koppenhagen
added a commit
to d-koppenhagen/ngx-semantic-version
that referenced
this issue
Nov 10, 2019
let users select the tools to install by using x-prompt or provide the option `packages=<list='commitlint'|'commitizen'|'husky'|'standard-version'>` This is currently blocked by angular/angular-cli#16104 BREAKING CHANGE: `--husky=<false|true>`, `--commitizen=<false|true>`, `--standardVersion=<false|true>` are not supported anymore| use `--packages=commitizen,husky,commitlint,standard-version` instead. By default all packaged will be added. relates to #11
mgechev
pushed a commit
that referenced
this issue
Nov 12, 2019
mgechev
pushed a commit
that referenced
this issue
Nov 12, 2019
15 tasks
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular-devkit/core
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
🚀 Feature request
Command (mark with an
x
)Description
A clear and concise description of the problem or missing capability...Within angular-cli 9.0.0-rc.0 it's possible to create schematics that will allow to use x-prompts with multi selection like this way:
As the result of the
x-prompt
will lead into an array of values instead of a single selected value or input, it should be also supported to configure and array of default values.Describe the solution you'd like
It should be possible to configure
"default": ["foo", "bar"],
inside theproperties
:Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: