ng2-ui / auto-complete

Angular Auto Complete component and directive
http://ng2-ui.github.io/auto-complete/
MIT License
279 stars 124 forks source link

Feature Request : Specify RequestOptions for the http.get #185

Closed hanouard closed 7 years ago

hanouard commented 7 years ago

I need to add some security header options to the get request. The component doesn't offer this possibility.

It would be nice to add a new parameter to the component that will expose an observable. just a proposal : "observable-source: Observable"

allenhwkim commented 7 years ago

@hanouard there is an observable source. Please follow the example from README.md