-
ngOnChanges()(OnChanges) is called when a value bound to an input has changed so you can run custom code when an input has changed. -
ngDoCheck()(DoCheck) is called when change detection runs so you can implement your custom change detection action.