infacto

Results 58 comments of infacto

Ok I can live this: ```html {{ item.key }} ``` But I still don't understand why you stick to the bad default sorting behavior. The votes speak for this change....

@mlc-mlapis But [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) or simple object has no difference in this case. Both will sort like in my prev example [post](https://github.com/angular/angular/issues/42490#issuecomment-920707569). So keeping the default sort will touch the order....

Thanks, I really think that keeping the original order is what the most user expects for its objects (incl. Maps etc). Especially for already sorted objects. ... Btw. the initial...

Note that `keyvalue: null` is already possible. This is the current easy workaround for this issue. (Tested in Angular 11+ UPDATE: This works, but throws an error. See posts below.)....

Ah ok. 😄 Indeed, thanks: > Caught unhandled error: TypeError: The comparison function must be either a function or undefined Then we should handle it if we want this. But...

Hmm 🤔 any idea for a workaround? It's a really bad UX right now. I would request higher priority for this issue.

This issue becomes attentions when the Ionic team implements the gestures like `tap` and `press` (long press) to the buttons, etc. like in Ionic 3. What I sorely miss in...

I know that Hammer.js was used. But has been removed from Ionic anyway. So it makes no difference. But if I understood it correctly, it is planned to implement such...