remove comments
This commit is contained in:
parent
d95aa469a6
commit
8bb489d11d
@ -13,7 +13,6 @@
|
||||
@if (employees) {
|
||||
<div class="!overflow-x-auto !rounded-lg !bg-gray-50 !p-4">
|
||||
<table mat-table [dataSource]="employees" matSort class="!w-full">
|
||||
<!-- Name Column -->
|
||||
<ng-container matColumnDef="name">
|
||||
<th mat-header-cell *matHeaderCellDef class="!text-left"> Name </th>
|
||||
<td mat-cell *matCellDef="let employee" class="!py-4">
|
||||
@ -32,7 +31,6 @@
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
<!-- Actions Column -->
|
||||
<ng-container matColumnDef="actions">
|
||||
<th mat-header-cell *matHeaderCellDef class="!text-right"> Actions </th>
|
||||
<td mat-cell *matCellDef="let employee" class="!text-right !py-4">
|
||||
|
Reference in New Issue
Block a user