What it does
Transforms string to uppercase.
How to use
expression | uppercase
NgModule
CommonModule
Description
Converts value into an uppercase string using String.prototype.toUpperCase()
.
Example
exported from @angular/common/index defined in @angular/common/src/pipes/uppercase_pipe.ts