Skip to content

Commit b910fce

Browse files
committed
CU-868evcm9a_Actualizar-ngx-jsonapi-a-Angular-19 auto-commit
1 parent e30205a commit b910fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/app/books/components/book.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ <h4>Author (one)</h4>
1414
<h4>Photos (many)</h4>
1515
<p><small>This a relationship with <i>hasMany:true</i></small></p>
1616
@defer {
17-
@if (book?.relationships.photos.builded) {
17+
@if (book?.relationships.photos.builded) {
1818
<ul>
1919
@for (photo of book?.relationships.photos.data; track trackPhotoId($index, photo)) {
2020
<li>
2121
URI: <a href="{{ photo.attributes.uri }}">{{ photo.attributes.uri }}</a>
2222
</li>
2323
}
2424
</ul>
25-
}
25+
}
2626
}
2727

2828
<p>

0 commit comments

Comments
 (0)