Oren Farhi

Results 97 comments of Oren Farhi

@LREEVES353 , you're right about the filter - i'll try to update soon. currently, you cannot pass auth-tokens. as mentioned, try using interceptor for this one.

interesting - looking into it.

hi @SamWolfs thanks for your comment. feel free to open a pr.

@SamWolfs upgrade to ng9 has started within this branch https://github.com/orizens/ngx-typeahead/tree/feautre/migrate-ng9 ``npm run build`` does not produce the final build yet. you're welcome to contribute

work has started you're welcome to contribute https://github.com/orizens/ngx-typeahead/tree/feautre/migrate-ng9

hi @lentzi r u referring to the jsonp way of this component?

@i-n-g-m-a-r i'm thinking about a proper handler for this

``taListItemField`` is considered to be used with a literal object only

ng-typeahead main purpose is make requests with HttpClientModule. please share if you have any idea in mind.

`taResponseTransform` is a function in this form: ```typescript function taResponseTransform(item: any) { // this should return a singles item of the list to be rendered return item; } ```