What lifecycle hook can be used on a component to monitor all changes to @Input values on that component?
ngOnInit
ngAfterInputChange
ngOnChanges How to detect when an @Input() value changes in Angular?
ngChanges