jehoelkh
This commit is contained in:
@@ -1 +1,8 @@
|
||||
<p>book works!</p>
|
||||
<app-create-modal [content]="CreateBookComponent"></app-create-modal>
|
||||
|
||||
<section class="book-grid">
|
||||
@for (book of books; track $index) {
|
||||
<app-book-card [bookInfo]="book"></app-book-card>
|
||||
}
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user