Skip to content

Commit 28aac40

Browse files
committed
CU-868evcm9a_Actualizar-ngx-jsonapi-a-Angular-19 auto-commit
1 parent d407656 commit 28aac40

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

demo/app/authors/components/authors.component.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h3>Authors</h3>
22
<demo-collection-info [collection]="authors"></demo-collection-info>
33
@defer {
44
<table class="table table-striped">
5-
<thead>
5+
<thead>
66
<tr>
77
<th>ID</th>
88
<th>Name</th>
@@ -11,12 +11,13 @@ <h3>Authors</h3>
1111
<th>Books</th>
1212
<th>Photos</th>
1313
</tr>
14-
</thead>
14+
</thead>
1515
@for (author of authors?.data; track author) {
1616
<tr>
1717
<td>{{ author.id }}</td>
1818
<td>
19-
<a [routerLink]="['/authors', author.id]">{{ author.attributes.name }}</a> <code title="Cache last update"><small>{{ author.cache_last_update | date:'H:MM:SS' }}</small></code>
19+
<a [routerLink]="['/authors', author.id]">{{ author.attributes.name }}</a>
20+
<code title="Cache last update"><small>{{ author.cache_last_update | date:'H:MM:SS' }}</small></code>
2021
<code><small>{{ author.source }}</small></code>
2122
</td>
2223
<td>{{ author.attributes.date_of_birth | date }}</td>

0 commit comments

Comments
 (0)