How to sort iFrames without reloading using Angular?
I've created a simple list with *ngFor="let v of videos" and embed some youtube videos.
If I sort array of videos all iframes reloaded.
But I want to sort if from code without reloading like flexbox-reverse does.