Can we use ngSelect & get datasource from backend API call in AngularJS. Backend API should be called only when user types more than 4 characters(the reason i m trying to implement this, because my datasource is pretty huge & i didn't want to load everything)
[https://ng-select.github.io/ng-select#/multiselect][1]
I initially wanted to use ngTypeahead but that doesn't support multiselect feature.