Hi, I have an array that I loop through in my HTML component.
When a button is pressed, a PUT API call is triggered.
After the API call, the array values should change and the website needs to update.
E.g. looping through 10 products and then deleting 1, then the website needs to reflect those changes. What do I need for that? I thought ngOnChange but that is only for parent & child relationships.