Please help!!!
Here's the situation:
I got 4 tabs, the first one is 'ALL', and the others are 3 child app. Basically, in 'ALL' tab, it's showing all notifications, and in other 3 tabs, it's showing notification from different child apps.
Now, I'm implementing checkbox and read more functionality, in HTML file I'm using *ngFor to loop through the notifications, problem is whatever I do to the certain index in one of the tabs, it will automatically apply to the same index in other tabs.
I know it's something wrong with index, but I can't figure out where.. please help.