We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f668ecb commit fe6805aCopy full SHA for fe6805a
src/app/book/book-detail/book-detail.component.html
@@ -8,7 +8,8 @@
8
mat-card-image
9
src="/assets/covers/{{ book.isbn }}.jpg"
10
class="book-cover"
11
- alt="book cover"
+ alt="book cover for the book {{book.title}} by {{book.author}}"
12
+ tabindex="0"
13
/>
14
<mat-card-content>
15
<p>
0 commit comments