Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/aurora
ChunkPipe
Class ChunkPipe<T>
Pipes are used as singleton it will be created if it needed, had no life cycle
no dependency injection applied on filters for now, TODO: add support of dependency injection
Type Parameters
T
Implements
PipeTransform
<
T
[]
,
(
T
|
string
)
[]
[]
>
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
ChunkPipe
<
T
>
()
:
ChunkPipe
<
T
>
Type Parameters
T
Returns
ChunkPipe
<
T
>
Methods
transform
transform
(
input
:
undefined
|
null
|
string
|
T
[]
,
size
:
number
,
)
:
(
string
|
T
)
[]
[]
Parameters
input
:
undefined
|
null
|
string
|
T
[]
size
:
number
Returns (
string
|
T
)
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
transform
Ibyar/Aurora
Loading...
Pipes are used as singleton it will be created if it needed, had no life cycle