Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/pipes
DiffPipe
Class DiffPipe<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
[]
>
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
DiffPipe
<
T
>
()
:
DiffPipe
<
T
>
Type Parameters
T
Returns
DiffPipe
<
T
>
Methods
transform
transform
(
input
:
T
[]
,
...
diffArrays
:
T
[]
[]
)
:
T
[]
Parameters
input
:
T
[]
...
diffArrays
:
T
[]
[]
Returns
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