Andrew Scott
Andrew Scott
Nothing of concern arose during the time this feature was in the experimental phase. There are no plans to change the shape of the API. This change also updates the...
…rovided This commit adds a dev-mode error if both the zone and zoneless providers are used together.
…changes This commit fixes an error in the tooltip component where it updates a value used in a host binding without calling `markForCheck`. This does not currently throw an error...
This commit makes the host bindings of `NgControlStatus[Group]` compatible with `OnPush` components. Note that this intentionally _does not_ expose any new APIs in the forms module. The goal is only...
this flag is not used anymore so it's being removed
This commit fixes an issue where signals in embedded views are not tracked if they are refreshed with `EmbeddedViewRef.detectChanges` directly. We had previously assumed that embedded views were always refreshed...
…neless This was mistakenly implemented automatically by the override without filling in the default value of `true` like it is for the zone-based fixture.
Because exhaustive checks traverse the whole tree regardless of the dirty state, it breaks some expectations around how change detection should be running. When a view has transplanted views, it...
This removes 'provideZoneChangeDetection' from menu tests. Change summary: * Many tests set inputs directly. This isn't really how it happens in applications - inputs set from the template automatically mark...