Hello there i wish you all doing great.
i have this part of code.
<li style="display: inline-block;" *ngIf="listes && listes.length>1">
<nz-select style="display: flex;" nzAllowClear [(ngModel)]="selectedList" [className]="'listDisplay'" [nzShowArrow]="true">
<nz-option [nzValue]="list.key" [nzLabel]="list.listeName" *ngFor="let list of listes">
</nz-option>
<a href="#">EDIT</a>
</nz-select>
</li>
and it give me this.
what i want is this.
how can i add the button edit please.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…