issues
search
oferh
/
ng2-completer
Angular 2 autocomplete component
http://oferh.github.io/ng2-completer/
MIT License
347
stars
172
forks
source link
How to get current dropdown list?
#327
Open
tapahbl4
opened
7 years ago
tapahbl4
commented
7 years ago
How to get current dropdown list?
oferh
commented
7 years ago
2 options:
you can create a custom data provider and save the latest items
get the component and subscribe to
cmp.dataService
How to get current dropdown list?