We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30205a commit b910fceCopy full SHA for b910fce
demo/app/books/components/book.component.html
@@ -14,15 +14,15 @@ <h4>Author (one)</h4>
14
<h4>Photos (many)</h4>
15
<p><small>This a relationship with <i>hasMany:true</i></small></p>
16
@defer {
17
- @if (book?.relationships.photos.builded) {
+ @if (book?.relationships.photos.builded) {
18
<ul>
19
@for (photo of book?.relationships.photos.data; track trackPhotoId($index, photo)) {
20
<li>
21
URI: <a href="{{ photo.attributes.uri }}">{{ photo.attributes.uri }}</a>
22
</li>
23
}
24
</ul>
25
- }
+ }
26
27
28
<p>
0 commit comments