angular - Angualr Material2 - autocomplete lazy load with http promise -


i have problem http autocomplete, can't find example anywhere angualr-material2. in try time error like:

error error: cannot find differ supporting object '[object object]' of type 'object'. ngfor supports binding iterables such arrays.  error typeerror: cannot read property 'activeitem' of undefined  or sometime: [object promise] 

https://plnkr.co/edit/z3sbzqrjpattnkk3mrwf?p=preview

someone have example autocomplete?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -