LowerCasePipe
pipe
Transforms text to all lower case.
API
Description
Usage Notes
class LowerCasePipe implements PipeTransform {}
transform
3 overloads
@paramvalue
string
The string to transform to lower case.
@returns
string
@paramvalue
null | undefined
@returns
null
@paramvalue
string | null | undefined
@returns
string | null
Jump to details