mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| migrations | ||
| ng-generate | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| collection.json | ||
| migrations.json | ||
| package.json | ||
| rollup.config.js | ||
| tsconfig.json | ||