-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpClientModule Import in sub-modules override HttpClient defined in the AppModule #631
Comments
angular reference: |
Hey @oldpirate, so am I correct that we shouldn't import |
hi nnixaa, |
Hi guys. |
Hi guys, i found a little problem with the HttpClientModule,
If a define a HTTP_INTERCEPTOR in app module if in a submodule (lazy loaded) there's a import of H
HttpClientModule the interceptors not work cause the new import rewrite the HTTP_INTERCEPTOR
reference:
MODULE: ng2-completer
oferh/ng2-completer#393
MODULE: NbAuthModule
https://github.com/akveo/nebular/blob/master/src/framework/auth/auth.module.ts
thanks in advice for your work
The text was updated successfully, but these errors were encountered: