projects
/
examples
/
angular-tour-of-heroes
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e4e8a
)
1: The Hero Editor
author
Kai Moritz
<kai@juplo.de>
Sat, 2 May 2020 07:11:04 +0000
(09:11 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sat, 2 May 2020 07:11:04 +0000
(09:11 +0200)
d) Format with the UppercasePipe
src/app/heroes/heroes.component.html
patch
|
blob
|
history
diff --git
a/src/app/heroes/heroes.component.html
b/src/app/heroes/heroes.component.html
index
c48ee17
..
822465e
100644
(file)
--- a/
src/app/heroes/heroes.component.html
+++ b/
src/app/heroes/heroes.component.html
@@
-1,3
+1,3
@@
-<h2>{{hero.name}} Details</h2>
+<h2>{{hero.name
| uppercase
}} Details</h2>
<div><span>id: </span>{{hero.id}}</div>
<div><span>name: </span>{{hero.name}}</div>