Struggling to place a fa fa icon inside an input text box for my Angular 4 project. Despite trying various solutions from Stack Overflow, none have proven successful. Here is the code I have attempted:
<div class="form-group has-feedback">
<input class="form-control " name="UserName" type="text" placeholder="username"><span class="fa fa-user form-control-feedback"></span>
</div>
<div class="form-group has-feedback">
<input class="form-control " name="PassWord" type="password" placeholder="password"><span class="fa fa-lock form-control-feedback"></span>
The current output looks like this:
My goal is to have icons displayed within the text box: