I am working on a angular application. I am facing some issues in *ngFor. my code is as follows
The problem I am facing is if I click on second box then with it fourth box is getting clicked automatically and same is the case with first value. I want if I click on second box then only second box is clicked and same follows with other boxes. How can I do that?