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,7 +1,7 @@
<app-modal type="primary" [name]="'Ajouter un emprunt'">
<app-create-loan></app-create-loan>
<app-modal #modal type="primary" [name]="'Ajouter un emprunt'" (ok)="onModalOk()" (cancel)="onModalCancel()">
<app-create-loan #createLoan></app-create-loan>
</app-modal>
<div class="mt-5">
<app-loan-table></app-loan-table>
<app-loan-table #loanTable></app-loan-table>
</div>