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