angular/packages/core
Andrew Scott 0ec66b85e6 refactor(core): Use flag instead of counter for dirty child transplanted views (#51515)
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
2023-10-09 14:44:01 -07:00
..
global build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
primitives/signals fix(core): drop mutate function from the signals public API (#51821) (#51986) 2023-10-06 15:12:00 -07:00
rxjs-interop refactor: move signals code into primitives package (#51986) 2023-10-06 15:12:00 -07:00
schematics refactor(compiler): introduce unknown block node (#52047) 2023-10-05 13:10:05 -07:00
src refactor(core): Use flag instead of counter for dirty child transplanted views (#51515) 2023-10-09 14:44:01 -07:00
test refactor(core): Use flag instead of counter for dirty child transplanted views (#51515) 2023-10-09 14:44:01 -07:00
testing feat(core): implement new block syntax (#51891) 2023-09-26 09:10:04 -07:00
BUILD.bazel refactor: move signals code into primitives package (#51986) 2023-10-06 15:12:00 -07:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json feat(core): add support for zone.js 0.14.0 (#51774) 2023-09-18 11:56:17 +02:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00