@angular/common

TitleCasePipe

pipe

Transforms text to title case. Capitalizes the first letter of each word and transforms the rest of the word to lower case. Words are delimited by any whitespace character, such as a space, tab, or line-feed character.

class TitleCasePipe {
}
Jump to details