-
Notifications
You must be signed in to change notification settings - Fork 118
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
Replace HttpModule with HttpClientModule #536
Comments
@ghillert: Is this already covered in the Angular5 PR? Perhaps close this as a duplicate if so? |
@ghillert: Thoughts? |
Due to #832 we should migrate to the HttpClientModule as soon as possible. |
oodamien
pushed a commit
that referenced
this issue
Jul 27, 2018
* Update Tests (Refactoring of HttpClient mocks) * Ensure that lint warnings related to Http module are fixed * Minor fix to make bundle analyzer work: Update `webpack-bundle-analyzer` to `2.13.1` * Fix RxJS lint warnings due to deprecation * Start to Remove unused imports * Fix Lint errors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After migrating to Angular 5 we need to replace HttpModule with HttpClientModule. Because HttpModule will be deprecated.
https://blog.angular.io/version-5-0-0-of-angular-now-available-37e414935ced
The text was updated successfully, but these errors were encountered: