mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1c736dc3b2
This commit introduces a new method to subscribe to on every `AbstractControl` subclass. It allows to track value, pristine, touched and status changes on a given control. Fixes #10887 PR Close #54579