79613861

Date: 2025-05-09 09:52:47
Score: 1
Natty:
Report link

The way to keep the items unsorted , as stated many times before here, is indeed:

<div *ngFor="let item of object | keyvalue: unsorted">

But the function for unsorted should return 1, and nowadays be protected as well:

protected readonly unsorted = () => 1;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wim van der Veen