Add employee tracking for company
This commit is contained in:
@@ -43,7 +43,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="half-frame">
|
<div class="half-frame">
|
||||||
<h2>Employees</h2>
|
<h2>Employees</h2>
|
||||||
|
@for (listing of CompEmployees; track listing.id) {
|
||||||
|
<div class="job-tile">
|
||||||
|
<div class="center-text">
|
||||||
|
<h1>{{ listing.accountName }}</h1>
|
||||||
|
</div>
|
||||||
|
<button [routerLink]="['/']" [queryParams]="{ JobID: listing.id }" >REMOVE</button>
|
||||||
|
<button (click)="RemoveJobListing(listing.id!)">DELETE LISTING</button>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user