Local Change Detection for Components using Signals
Local Change Detection for Components using Signals
github.com perf(core): Update LView consumer to only mark component for check by atscott · Pull Request #52302 · angular/angular
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...
Angular will not mark all parents of a component as dirty if the component uses signals in the template.
0
comments