updated book's forms
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<app-create-modal [content]="CreateBookComponent"></app-create-modal>
|
||||
<app-modal [name]="'Ajouter un livre'">
|
||||
<app-create-book></app-create-book>
|
||||
</app-modal>
|
||||
|
||||
<section class="book-grid">
|
||||
@for (book of books; track $index) {
|
||||
|
||||
Reference in New Issue
Block a user