Skip to content

Commit b84ed2b

Browse files
cexbrayatthePunderWoman
authored andcommitted
fix(migrations): include the output migration in the defaults of the signal migration (#58635)
Running `ng g @angular/core:signals` prompts for the question on which migration to run and offers 3 options (inputs, outputs, queries). Running with `--defaults` skips the prompts, but only runs 2 of them. This fixes it by including the `outputs` migration in the default ones. PR Close #58635
1 parent cfecdd5 commit b84ed2b

File tree

1 file changed

+1
-0
lines changed
  • packages/core/schematics/ng-generate/signals

1 file changed

+1
-0
lines changed

packages/core/schematics/ng-generate/signals/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"type": "array",
99
"default": [
1010
"inputs",
11+
"outputs",
1112
"queries"
1213
],
1314
"items": {

0 commit comments

Comments
 (0)