ngx-typeahead icon indicating copy to clipboard operation
ngx-typeahead copied to clipboard

Import of HttpClientModule destroys providers

Open CR34L opened this issue 6 years ago • 1 comments

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?

CR34L avatar Aug 18 '18 00:08 CR34L

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

orizens avatar Sep 11 '18 16:09 orizens