Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
894 views
in Technique[技术] by (71.8m points)

ng zorro antd - add a link on the right corner of every dropdown option in ant design angular

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.enter image description here

what i want is this. enter image description here

how can i add the button edit please.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...