Files
library-frontend/src/app/pages/author/author.html

9 lines
272 B
HTML

<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 #authorTable></app-author-table>
</section>