ng2-typeahead
ng2-typeahead copied to clipboard
Google Places as Remote Url
possible to use google places for remote data?
It is currently designed to accept a static list of data, but I could add an EventEmitter that fires on keyboard input and passes the input text. The input text could be passed to an asynchronous service and the component could be bound to an Observable. Possible enhancement for the future.
In this same line, will be awesome if it's handles dynamic list like google place autocomplete. This would work exactly the way you describe above. Can't wait for the next update. Thanks for the awesome work and share.