ngx-typeahead
ngx-typeahead copied to clipboard
Import of HttpClientModule destroys providers
When using ngx-typeahead in a lazyloaded module with existing providers (interceptors and so on) the import of HttpClientModule overwrites the base declarations.
This seems to be an known issue from angular: https://github.com/akveo/nebular/issues/631
and here: https://github.com/MurhafSousli/ngx-sharebuttons/issues/174
Is there any way to remove this module import?
ng-typeahead main purpose is make requests with HttpClientModule. please share if you have any idea in mind.