I am trying to update the use the input value to make backend call
<input type="text" #id/>
<button (click)="getPerson($event, '/person/id=id.value')">
When people click on it the backend call is going as /person/id=id.value instead of entered id.