mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates the tracking of dirty child views to be a flag rather than a counter. This is a much more simple method and less likely to get into the same 'always-wrong' situation that could happen with the counter (if it is off by 1 once, it's off by 1 forever and you either get infinite change detection or your view is never refreshed). PR Close #51515 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives/signals | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||