Is there any way we can add mat-icon to the dropdown items, like shown in image(warning icon) icon should be condition based (means if condition satisfied then only show the icon)
this is my code:
<ng-multiselect-dropdown class="dropdown" [placeholder]="'Select food'"
[settings]="dropdownSettings" [data]="foodOptions" [(ngModel)]="selectedFood"
onDropDownClose="onDropdownClose()" click="this.isDropdownOpen = true">
</ng-multiselect-dropdown>
Or is there any other library which i can use, which supports this feature?

I found this
ng-templatewhich we can use to customize drop down options:https://codesandbox.io/p/sandbox/custom-template-rgvjx?file=%2Fsrc%2Fapp%2Fapp.component.ts