We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2329f9 commit 149b764Copy full SHA for 149b764
Client/app/containers/users/users.component.html
@@ -30,7 +30,7 @@ <h1>This is a RestAPI Example (hitting WebAPI in our case)</h1>
30
</td>
31
</tr>
32
<tr>
33
- <td></td>
+ <td><b>Add new user</b></td>
34
<td>
35
<input class="form-control" [(ngModel)]="newUserName" #newUser="ngModel" />
36
0 commit comments