UNPKG
@knora/action
Version:
latest (10.0.1)
10.0.1
10.0.0
9.5.0
9.4.1
9.4.0
9.3.0
9.2.0
9.1.0
9.0.0
8.2.0
8.1.0
8.0.0
7.6.0
7.5.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.1
7.0.0
6.7.0
6.6.0
6.5.0
6.5.0-beta.1
6.5.0-beta
6.0.1
6.0.0
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Knora ui module: action
dasch-swiss.github.io/knora-ui
dasch-swiss/knora-ui
@knora/action
/
lib
/
pipes
/
sort-by.pipe.d.ts
8 lines
(7 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
SortByPipe
implements
PipeTransform
{
/** * compares value by value and brings it to alphabetical order */
transform
(
array
:
Array
<
any
>,
args
:
string
):
Array
<
any
>; }