Does child component re-render or re-initialize in Angular?
I am new to Angular(14) and i am facing a issue. when i update a property of parent component which is an array then the child component get re-initialize(ngOnInit function is running).
Facing this issue when using child component in a for loop.