You can use observables to replace the first search with the following one. It’ll still run but you wont get weird UI behavior. You can also ignore repeated searches with the same params that may occur with observables. I can’t remember the exact observable odd the top of my head.<p>Also, consider the trackBy part of ngFor. You can replace the need to remove and add entire cards.