updated create-form of loan and book

This commit is contained in:
2025-11-23 13:41:55 +01:00
parent 6b1f3ece94
commit af1dec318f
8 changed files with 147 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
<app-modal type="primary" [name]="'Ajouter un livre'">
<app-create-book></app-create-book>
<app-modal #modal type="primary" [name]="'Ajouter un livre'" (ok)="onModalOk()" (cancel)="onModalCancel()">
<app-create-book #createBook></app-create-book>
</app-modal>
<section class="mt-5">
<app-book-table></app-book-table>
<app-book-table #bookTable></app-book-table>
</section>