UpperCasePipe
pipe
Transforms text to all upper case.
transform
3 overloads@paramvalue
string
The string to transform to upper case.
@returns
string
@paramvalue
null | undefined
@returns
null
@paramvalue
string | null | undefined
@returns
string | null
Jump to details