Skip to content

Commit bf1d6ed

Browse files
committed
angular-material: Fix @angular-eslint/template/eqeqeq violation
1 parent 8a19821 commit bf1d6ed

File tree

1 file changed

+1
-1
lines changed
  • packages/angular-material/src/library/other/master-detail

1 file changed

+1
-1
lines changed

packages/angular-material/src/library/other/master-detail/master.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const removeSchemaKeywords = (path: string) => {
101101
mat-icon-button
102102
class="button item-button hide"
103103
(click)="onDeleteClick(i)"
104-
[ngClass]="{ show: highlightedIdx == i }"
104+
[ngClass]="{ show: highlightedIdx === i }"
105105
*ngIf="isEnabled()"
106106
>
107107
<mat-icon mat-list-icon>delete</mat-icon>

0 commit comments

Comments
 (0)