Angular 2 LowerCase Pipe Example
expression | lowercase
The expression result will be converted into lowercase. Find the example.
lowercasepipe.component.ts
LowerCasePipe
LowerCasePipe
is a PIPE
that transforms string to lowercase. It relates to CommonModule
. Find the syntax of LowerCasePipe
as below.expression | lowercase
The expression result will be converted into lowercase. Find the example.
lowercasepipe.component.ts
0 comments:
Post a Comment