parent
1a8a2d7d90
commit
d6dc97722b
|
@ -518,7 +518,7 @@ figure.image-display
|
|||
:marked
|
||||
### Format with the *UpperCasePipe*
|
||||
|
||||
Notice that the hero's name is displayed in CAPITAL LETERS. That's the effect of the `UpperCasePipe`
|
||||
Notice that the hero's name is displayed in CAPITAL LETTERS. That's the effect of the `UpperCasePipe`
|
||||
that we slipped into the interpolation binding. Look for it right after the pipe operator, ( | ).
|
||||
+makeExample('toh-5/ts/app/heroes.component.html','pipe')(format=".")
|
||||
:marked
|
||||
|
|
Loading…
Reference in New Issue