Answers for "click row id"

0

click row id

<input type="text" class="form-control"  [(ngModel)]="title" id="text" name="title" #title>
<input type="text" class="form-control"  [(ngModel)]="body" id="text" name="body" #body  >

 <button type="button" (click)="Edit(user.id)">Edit</button>
Posted by: Guest on September-07-2021

Browse Popular Code Answers by Language