Angular - Lifecycle Hooks
Consider a component with an input property
items which is an array. If the parent modifies the array contents but does not replace the array reference, will ngOnChanges detect the change?