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.