updated create-form of loan and book
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<app-modal type="primary" [name]="'Ajouter un auteur'">
|
||||
<app-create-author></app-create-author>
|
||||
<app-modal #modal type="primary" [name]="'Ajouter un auteur'" (ok)="onModalOk()" (cancel)="onModalCancel()">>
|
||||
<app-create-author #createAuthor></app-create-author>
|
||||
</app-modal>
|
||||
|
||||
<section class="mt-5">
|
||||
<app-author-table></app-author-table>
|
||||
<app-author-table #authorTable></app-author-table>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user