mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3a62023260
The current behavior is for ngDoCheck to supplement, not override, the default change detector. OnChanges will still be called when DoCheck is implemented (fixes #7307).