mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5c4305f024
This commit expands the VScode integration of the signal input migration to allow migration of full classes and all their inputs. This enables a faster workflow than just migrating every member individually. In addition, we now properly support migrating classes that are unexported and no actual metadata is available in `ngtsc` (but this is fine for the migration). PR Close #57975