How to remove 'ng-select' dropdown arrow in Angular?
<div class="col-md-6">
<ng-select
id="selectServiceType"
[items]="clientServiceTypes$ | async"
placeholder="Select service type"
bindLabel="name"
[(ngModel)]="selectedServiceType"
[clearable]="false"
[readonly]="fieldNotEditable() || serviceTypesReadonly"
></ng-select>
</div>

Add this style to your global
styles.cssfile.