I tried change text color of dropdown list. It didnot workour. Please help me out,. I am using angular version 12. This is my component template
<ng-select [items]="dropdownList" bindLabel="name" bindValue="id"
[(ngModel)]="selectedItems" class="custom"
(change)="updateObj($event)">
</ng-select>
Anyhelp Appreciable,..