SyntaxFix
Write A Post
Hire A Developer
Questions
You can just change the reference of input value, as below
<div> <input type="text" placeholder="Search..." #reference> <button (click)="reference.value=''">Clear</button> </div>