You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In case you're using `systemjs` - see configuration [here](https://github.com/Va
36
36
| Param | Type | Default | Details |
37
37
| --- | --- | --- | --- |
38
38
| collection |`array` or `object`|| The collection or object to sort |
39
-
| expression |`string array` or `string`|| The collection of keys or key to determinate order |
39
+
| expression |`string` or `string array`|| The key or collection of keys to determinate order |
40
40
| reverse *(optional)*|`boolean`| false | Reverse sorting order |
41
41
| caseInsensitive *(optional)*|`boolean`| false | Case insensitive compare for sorting |
42
42
| comparator *(optional)*|`Function`|| Custom comparator function to determine order of value pairs. Example: `(a, b) => { return a > b ? 1 : -1; }`[`See how to use comparator`](https://github.com/VadimDez/ngx-order-pipe/issues/39)|
0 commit comments