angular/packages/core/schematics
Paul Gschwendtner cfa60cbdde refactor(migrations): migrate QueryList first and last accesses (#57992)
Instead of leaving incorrect `.first` and `.last` accesses for migrated
queries, we can migrate them to an equivalent using `at()`.

Notably, we need to use an non-null assertion to be on the safe side,
given that the current `first` and `last` types are not typed to include
a potential `undefined`.

We may add a TODO in the future.

PR Close #57992
2024-09-30 13:33:45 -07:00
..
migrations refactor(migrations): migrate QueryList first and last accesses (#57992) 2024-09-30 13:33:45 -07:00
ng-generate refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
test refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
utils refactor(migrations): skip query migration if problematic QueryList usages are discovered (#57992) 2024-09-30 13:33:45 -07:00
BUILD.bazel feat(core): migrate ExperimentalPendingTasks to PendingTasks (#57533) 2024-09-20 18:26:48 +02:00
collection.json feat(migrations): introduce signal input migration as ng generate schematic (#57805) 2024-09-16 18:06:49 +02:00
migrations.json feat(core): migrate ExperimentalPendingTasks to PendingTasks (#57533) 2024-09-20 18:26:48 +02:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
rollup.config.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsconfig.json refactor(migrations): avoid relative imports in schematic code (#57214) 2024-08-29 07:50:41 -07:00