Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/pipes
ToJSONPipe
Class ToJSONPipe
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
<
string
,
any
>
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
ToJSONPipe
()
:
ToJSONPipe
Returns
ToJSONPipe
Methods
transform
transform
(
text
:
string
,
reviver
?:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
,
)
:
any
Parameters
text
:
string
Optional
reviver
:
(
this
:
any
,
key
:
string
,
value
:
any
)
=>
any
Returns
any
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