ng-select basic done

This commit is contained in:
Yubing325
2020-07-02 10:16:13 -05:00
parent 7f75f35b2a
commit f5ea037a88
3 changed files with 30 additions and 16 deletions
@@ -1,4 +1 @@
<ps-ng-select [dataSource]="merchantDataSource" ></ps-ng-select>
<ps-ng-select [dataSource]="merchantDataSource" [searchPath]="'name'" [sortingPath]="'name'" [disableServer]="false" [bindLabel]="'name'"></ps-ng-select>