Allows the reordering of an array in an *ngFor to effectively move the elements into a different order without destroying and recreating the elements.
*ngFor
Sorts the input according to each items mapTo property.
mapTo
Generated using TypeDoc
Allows the reordering of an array in an
*ngFor
to effectively move the elements into a different order without destroying and recreating the elements.