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.
API
Usage Notes
class TitleCasePipe implements PipeTransform {}
Jump to details