• Overview
@angular/common

UpperCasePipe

pipe

Transforms text to all upper case.

API

  
    class UpperCasePipe implements PipeTransform {
}

transform

3 overloads
@paramvaluestring

The string to transform to upper case.

@returnsstring
@paramvaluenull | undefined
@returnsnull
@paramvaluestring | null | undefined
@returnsstring | null

Description

Transforms text to all upper case.


Exported by

Jump to details