Both of the parent and child component use the same int array object.
If I change the array in the parent component, the child component has to be rendered again.
How can I do this?
I was tried to bind the object to child component, however it said that cannot bind array object.