I have basic ngFor directive for display data from an Array, And i want to show the last item of array at the top and last item of array at bottom of result?
I saw few Questions in here tell not to use pipes on ngFor. So how can i achieve this behavior in TypeScript.
Thanks in advance.