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 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| reference-manifests | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||