File tree Expand file tree Collapse file tree
demo/app/authors/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments