angular/packages/core/schematics/ng-generate
Kristiyan Kostadinov c147a0d6de refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386)
Currently when we reuse a Tsurge migration is reused externally, there's some glue code that needs to be executed in a specific order. The code gets copied between the different migrations which is error-prone and means that bugs may have to be fixed several times.

These changes move the common steps out into a separate function so that only the migration-specific logic (mostly instantiation and logging) is left in the schematic.

PR Close #60386
2025-03-14 14:44:26 +01:00
..
cleanup-unused-imports refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386) 2025-03-14 14:44:26 +01:00
control-flow-migration fix(core): fix removal of a container reference used in the component file (#60210) 2025-03-11 09:26:13 -07:00
inject-migration docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
output-migration refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386) 2025-03-14 14:44:26 +01:00
route-lazy-loading fix(core): correctly perform lazy routes migration for components with additional decorators (#58796) 2024-11-21 16:43:30 +00:00
self-closing-tags-migration refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386) 2025-03-14 14:44:26 +01:00
signal-input-migration refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386) 2025-03-14 14:44:26 +01:00
signal-queries-migration refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386) 2025-03-14 14:44:26 +01:00
signals fix(migrations): include the output migration in the defaults of the signal migration (#58635) 2024-11-13 18:03:58 +00:00
standalone-migration fix(migrations): replace removed NgModules in tests with their exports (#58627) 2024-11-13 18:04:31 +00:00