I have in my parent component this:
obj: any = { row1: [], row2: [], total: [], sumTotal: 0 };
I pass obj to child component :
You should try using services to pass values from one component to another. https://www.youtube.com/watch?v=69VeYoKzL6I