ngxtension / ngxtension-platform

Utilities for Angular
https://ngxtension.netlify.app/
MIT License
591 stars 87 forks source link

feat: migrate field (component field or input) to signal #421

Closed eneajaho closed 2 months ago

eneajaho commented 3 months ago

Same thing can be done using vscode tasks: https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables

This can be a one-click thing in webstorm where you select the field and click the run button in the top bar run configurations.

Screenshot 2024-06-13 at 3 43 28 PM

The migration will follow this steps:

At this point we can easily migrate to signals by select a field and running a migration schematic

This should work for most of the cases and fail for some advanced ones, but we're not reaching for perfection here 😄

eneajaho commented 2 months ago

Closing as already will be handled by the fwk https://github.com/angular/angular/pull/57214