Skip to content

Commit a6eda12

Browse files
author
Wassim CHEGHAM
committed
fix: Fix AOT compilation errors (language service seems to be broken).
1 parent 6f255d2 commit a6eda12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<mat-form-field [formGroup]="search">
22
<input matInput type="text" placeholder="Search for popular apps..." formControlName="value"/>
3-
<button mat-button *ngIf="value" matSuffix mat-icon-button aria-label="Clear" (click)="value=''">
3+
<button mat-button *ngIf="search.value" matSuffix mat-icon-button aria-label="Clear" (click)="search.value=''">
44
<mat-icon>close</mat-icon>
55
</button>
66
</mat-form-field>

0 commit comments

Comments
 (0)