updated author's forms
This commit is contained in:
@@ -1 +1,10 @@
|
||||
<p>author works!</p>
|
||||
<app-modal [name]="'Ajouter un auteur'">
|
||||
<app-create-author></app-create-author>
|
||||
</app-modal>
|
||||
|
||||
<section class="author-grid">
|
||||
@for (author of authors; track $index) {
|
||||
<app-author-card [authorInfo]="author"></app-author-card>
|
||||
}
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user