Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/pipes
JSONPipe
Class JSONPipe
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
Implements
PipeTransform
<
object
,
string
>
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
JSONPipe
()
:
JSONPipe
Returns
JSONPipe
Methods
transform
transform
(
obj
:
object
,
replacer
?:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
,
space
?:
string
|
number
,
)
:
string
Parameters
obj
:
object
Optional
replacer
:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
Optional
space
:
string
|
number
Returns
string
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