Chore: Moved from Untyped to Stongly Typed forms.
This commit is contained in:
@@ -90,7 +90,10 @@
|
||||
<mat-header-cell *matHeaderCellDef>Prints</mat-header-cell>
|
||||
<mat-cell *matCellDef="let row; let i = index" class="no-bg">
|
||||
{{ row.prints }}
|
||||
<mat-icon *ngIf="!attendancesArray.controls[i].pristine">new_releases</mat-icon>
|
||||
<mat-icon
|
||||
*ngIf="!form.controls.attendances.controls[i].controls.attendanceType.pristine"
|
||||
>new_releases</mat-icon
|
||||
>
|
||||
<mat-chip-list class="no-bg">
|
||||
<mat-chip
|
||||
*ngIf="row.hoursWorked.length"
|
||||
|
||||
Reference in New Issue
Block a user