What i want is on refresh the page i want to get the value from API and add as selected in the select list. Here the syntax
<ngx-dropdown-list (selectionChange)="onChange($event)"
[items]="optionItems"
[multiSelection]="false"
[placeHolder]="'place holder of the drop-down list'"
[(selectedValue)]="maxRowsLimitation"
[suffixText]="' suffix text'"
[filterBox]="false"
[formatNumber]="true"
[disabled]="false">
</ngx-dropdown-list>
How i can the add the selected value from the list from component ts file?