Passing data to the child component through loop Angular
I need to pass data from array in parent component to child component and for every element in array create child component with passing data in it.
I need to pass data from array in parent component to child component and for every element in array create child component with passing data in it.