Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/pipes
TitleCasePipe
Class TitleCasePipe
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
,
string
>
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
TitleCasePipe
()
:
TitleCasePipe
Returns
TitleCasePipe
Methods
transform
transform
(
value
:
string
)
:
string
Parameters
value
:
string
Returns
string
transform
(
value
:
undefined
|
null
)
:
null
Parameters
value
:
undefined
|
null
Returns
null
transform
(
value
:
undefined
|
null
|
string
)
:
null
|
string
Parameters
value
:
undefined
|
null
|
string
Returns
null
|
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