I'm using official Font Awesome Angular components in Angular 6 application.
But I can't find way to add a search icon as placeholder to an input element except adding fontawesome fonts additionally to my app, that is not desirable.
<div class="search-box">
<input type="search" [(ngModel)]="searchText" placeholder=" Search" />
</div>