mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
00bde8b1c2
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 to remove unpreventable `ExpressionChangedAfterItHasBeenCheckedError` in the forms code that developers do not have control over. PR Close #55720