Chore: ng lint using the recommended @angular-eslint style
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<mat-card>
|
||||
<mat-card-title-group>
|
||||
<mat-card-title>Products</mat-card-title>
|
||||
<button mat-button (click)="updateSortOrder()" [disabled]="!(filter | async)">
|
||||
<button mat-button (click)="updateSortOrder()" [disabled]="(filter | async) === ''">
|
||||
Update Order
|
||||
</button>
|
||||
<!-- This should check filtered data and not data-->
|
||||
|
||||
Reference in New Issue
Block a user