Get an Angular Signal Forms migration recipe
get_signalforms_recipeReturns a verified before/after migration recipe from Angular Reactive Forms to Signal Forms for a single construct. If unknown, returns found:false plus the construct list; it never modifies files.
Instructions
Returns a verified before/after migration recipe for a single Reactive Forms construct (e.g. "FormControl", "FormBuilder.group", "Validators.required"). An unknown construct returns found:false plus the list of available constructs — it is never an error. Read-only: this tool never modifies your files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| construct | Yes | Reactive Forms construct to look up, e.g. "FormControl", "FormBuilder.group", "Validators.required". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| found | Yes | ||
| before | No | ||
| caveats | No | ||
| construct | Yes | ||
| provenance | No | ||
| description | No | ||
| availableConstructs | No |