I found some issues with the performance regarding Change detection so I started using onPush from the past few weeks. Everything is fine till now but I donno its behaving weird with p-chips where its working only on second click :(
Stackblitz Working Example enter link description here
Here in stackblitz you can see the name changes on first click with detectChanges but thats not the scenario with p-chips... Can someone help me :)
Tried using settimeout just to check whether its refreshing total view or not but settimeout is also not updating the view