Local Change Detection for Components using Signals

Open link in next tab

perf(core): Update LView consumer to only mark component for check by atscott · Pull Request #52302 · angular/angular

https://github.com/angular/angular/pull/52302

This commit updates the reactive template and host binding consumers to only mark their declaration components for refresh, but not parents/ancestors. This also updates the AfterViewChecked hook to...

perf(core): Update LView consumer to only mark component for check by atscott · Pull Request #52302 · angular/angular

Angular will not mark all parents of a component as dirty if the component uses signals in the template.