Chore: ng lint using the recommended @angular-eslint style

This commit is contained in:
2020-12-08 18:50:46 +05:30
parent 130d9197e5
commit d65379a068
50 changed files with 524 additions and 636 deletions

View File

@ -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-->