Skip to content

Commit

Permalink
Introduccion a los pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJonaCode committed Sep 25, 2020
1 parent 26156bf commit d418c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/heroe/heroe.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 class="animated fadeIn"> {{heroe.nombre}} <small>{{heroe.aparicion}}</small></h1>
<h1 class="animated fadeIn"> {{heroe.nombre | uppercase}} <small>({{heroe.aparicion | date:'y'}})</small></h1>
<hr>

<div class="row animated fadeIn fast">
Expand Down

0 comments on commit d418c8a

Please sign in to comment.