load drop down values alphabetic order angular 6
问题 I am trying to load drop down with alphabetic order. currently i used unique value pipe for the drop down. how i add another pipe for get alphabetic order.. <select class="form-control fix-dropdown" required (change)="batchSorceList();" [ngClass]="{'is-invalid':glheaderform.submitted && orgname.invalid}" #orgname="ngModel" [(ngModel)]="orgNameModel.orgName" name="orgName"> <option value="undefined" disabled="true">--Select--</option> <option *ngFor="let bank of orgNameModel | unique ">{{bank