This site uses cookies from Google to deliver its services and to analyze traffic.
Transforms text to all upper case.
class UpperCasePipe { transform(value: string): string; transform(value: null): null; transform(value: string): string;}