VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

Sort array without expression #11

Closed VadimDez closed 7 years ago

VadimDez commented 7 years ago

Expect:

<ul>
  <li *ngFor="let i of [3, 2, 1] | orderBy">{{ i }}</li>
</ul>

to be:

VadimDez commented 7 years ago

Closed with #12