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