Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliohome committed Jan 3, 2022
1 parent fc3ec49 commit 88abc46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 id="tableLabel">Weather forecast</h1>
</thead>
<tbody>
<tr *ngFor="let forecast of forecasts">
<td>{{ forecast.date }}</td>
<td>{{ forecast.date | date :'medium' }}</td>
<td>{{ forecast.temperatureC }}</td>
<td>{{ forecast.temperatureF }}</td>
<td>{{ forecast.summary }}</td>
Expand Down

0 comments on commit 88abc46

Please sign in to comment.