Staff PT1
This commit is contained in:
@@ -1 +1,11 @@
|
||||
<p>staff<p>
|
||||
<app-create-staff-modal (triggerCreated)="fetchStaff()" />
|
||||
|
||||
<div class="card">
|
||||
<div nz-row [nzGutter]="10" style="gap: 30px">
|
||||
@for (staff of staffs(); track staff.id)
|
||||
{
|
||||
<!-- Passage de la donnée du parent vers l'enfant + signal à émettre -->
|
||||
<app-staff-card [staff]="staff" (triggerEdited)="fetchStaff()" />
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user