Is there any way to randomize array values in a pipe
while doing a *ngFor
? I have found that someone uses ng-repeat
but I think it is for previous versions (I am using Angular 8.3).
I have found this answer but it is using JS. I would like to use only Angular features if it is possible.
Thanks in advance.